XasWorks / XasCode

Repository of all the important multi-project libraries
GNU General Public License v3.0
5 stars 2 forks source link

Exchange of the PrimitiveStepper floating point variables to fixed-comma ones #5

Closed Xasin closed 7 years ago

Xasin commented 7 years ago

This will be done by replacing the float variables with signed 32 bit integers, and some changed arithmetic. Should be fairly easy to achieve.

Xasin commented 7 years ago

Nope, actually, the self-made fixed-comma code is larger, and probably won't change speed that much. As such I guess it is best to leave it in the optimized code of the float system - it didn't cause problems last time anyways.