kanflo / opendps

Give your DPS5005 the upgrade it deserves
MIT License
877 stars 124 forks source link

Use fixed point arithmetic #177

Open Xenoamor opened 4 years ago

Xenoamor commented 4 years ago

We should look into using fixed point arithmetic as it will be significantly faster and reduce our required ROM space

Xenoamor commented 4 years ago

Even if you remove all runtime floating point usage it still pulls in all the floating point functions. Pretty annoying. It would be very nice to be able to have floating point constants

kanflo commented 4 years ago

That's odd, the linker should throw all that out if not used...