Go to file
maruncz 7541eae325 added cmake project file 2021-04-19 10:46:15 +02:00
benchmarks Fix typo in benchmark.c. 2014-12-30 18:41:00 +00:00
contrib added cmake project file 2021-04-19 10:46:15 +02:00
fixsingen Updated sin lut to use ~200KiB for it's table with the same accuracy, the lookup table implementation tends to run at about 33-36% of the speed of sinf on my machine (Intel T5500). 2011-02-25 16:07:39 +00:00
fixtest added cmake project file 2021-04-19 10:46:15 +02:00
images added cmake project file 2021-04-19 10:46:15 +02:00
libfixmath Removed 64-bit restriction on linear interpolation functions. Added more test cases and fixed several bugs in the 64-bit arithmetic functions. 2020-10-29 13:20:27 -04:00
unittests Removed 64-bit restriction on linear interpolation functions. Added more test cases and fixed several bugs in the 64-bit arithmetic functions. 2020-10-29 13:20:27 -04:00
.gitignore added cmake project file 2021-04-19 10:46:15 +02:00
AUTHORS Add AUTHORS file 2021-01-22 14:26:00 -05:00
CMakeLists.txt added cmake project file 2021-04-19 10:46:15 +02:00
LICENSE Add AUTHORS file 2021-01-22 14:26:00 -05:00
README.md Add license info, as originally on Google Code. 2015-07-07 10:41:09 +03:00
library.json platformio: drop 'export' option from config 2018-07-27 14:54:22 +03:00

README.md

libfixmath

This is a mirror of the libfixmath's original SVN repository on Google Code.

Libfixmath implements Q16.16 format fixed point operations in C.

License: MIT