johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
208 stars 32 forks source link

fixed_mult change #15

Closed ponut64 closed 4 years ago

ponut64 commented 4 years ago

(really just jo_fixed_mult change. if you want more streamlined fixed-point math in assembly, give what you need, i can produce)

johannes-fetz commented 4 years ago

@ponut64 I did not see that the code was not compiling

johannes-fetz commented 4 years ago

....\jo_engine\math.c|65|error: undefined named operand 'd1'| ....\jo_engine\math.c|65|error: undefined named operand 'd2'|

johannes-fetz commented 4 years ago

@ponut64 I revert the merge to let you fix the compilation

ponut64 commented 4 years ago

maybe i should actually check things before i make stupi