Go to file
Vitaly Puzrin f1d95c94df
platformio: drop 'export' option from config
Library should be useable from pio both by direct git link and by name.
2018-07-27 14:54:22 +03:00
benchmarks Fix typo in benchmark.c. 2014-12-30 18:41:00 +00:00
contrib Fix bug in the fix16_fft example 2013-02-17 08:12:25 +00: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 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
images Added a new algo for sin() function, and a small error analysis to show the precision differences 2011-06-08 22:46:14 +00:00
libfixmath Fix '-Werror=shift-negative-value' for gcc 6 2017-09-28 17:06:54 +02:00
unittests Add F16C() macro for defining values without float support. 2014-12-30 18:41:55 +00: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