Go to file
Petteri Aimonen 9b701e574b Enable Travis CI 2021-04-29 09:55:42 +03:00
benchmarks New unittests (#28) 2021-04-29 09:40:06 +03: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 fix formatting 2021-04-22 09:10:50 +02:00
images added cmake project file 2021-04-19 10:46:15 +02:00
libfixmath Fix compiler warning in fix16_abs() 2021-04-29 09:50:32 +03:00
tests New unittests (#28) 2021-04-29 09:40:06 +03:00
unittests New unittests (#28) 2021-04-29 09:40:06 +03:00
.gitignore New unittests (#28) 2021-04-29 09:40:06 +03:00
.travis.yml Enable Travis CI 2021-04-29 09:55:42 +03:00
AUTHORS Add AUTHORS file 2021-01-22 14:26:00 -05:00
CMakeLists.txt New unittests (#28) 2021-04-29 09:40:06 +03: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