aboutsummaryrefslogtreecommitdiff
path: root/fixtest/main.c
Commit message (Expand)AuthorAgeFilesLines
* added cmake project filemaruncz2021-04-191-72/+86
* Added option to replace sin function with ~384KiB look-up table for fastest a...flatmush2011-02-251-11/+16
* Fixed a minor error in previous commit where the wrong function name is printed.flatmush2011-02-251-1/+6
* Added fix16_exp currently using the Taylor Series algorithm off Wikipedia, if...flatmush2011-02-251-7/+18
* Added multi-pass approach to fixtest, now produces more accurate results. On ...flatmush2011-02-241-30/+36
* Minor fix regarding printf format in fixtest.flatmush2011-02-241-1/+1
* Fixed an obvious bug, error was reported at 65536 times the correct value, re...flatmush2011-02-241-2/+2
* Added a small program called fixtest which currently tests performance and av...flatmush2011-02-241-0/+60