aboutsummaryrefslogtreecommitdiff
path: root/fixtest
Commit message (Expand)AuthorAgeFilesLines
* fix formattingmaruncz2021-04-222-58/+53
* added cmake project filemaruncz2021-04-192-88/+105
* Updated sin lut to use ~200KiB for it's table with the same accuracy, the loo...flatmush2011-02-251-1/+1
* Added option to replace sin function with ~384KiB look-up table for fastest a...flatmush2011-02-252-12/+17
* 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-253-14/+58
* Added multi-pass approach to fixtest, now produces more accurate results. On ...flatmush2011-02-242-31/+37
* Minor fix regarding printf format in fixtest.flatmush2011-02-242-2/+2
* Fixed an obvious bug, error was reported at 65536 times the correct value, re...flatmush2011-02-242-3/+3
* Added a small program called fixtest which currently tests performance and av...flatmush2011-02-246-0/+217