Go to file
flatmush 0317f964f4 Added option to replace sin function with ~384KiB look-up table for fastest and most accurate results.
Added tool to generate sin tables.
Tests indicate that using a lut is still ~2.1% out from sinf so it's very possible that our sin function is more accurate than the libmath sinf function on the computer I'm testing with. In which case the accuracy results are offset by that amount.
2011-02-25 15:32:23 +00:00
fixsingen Added option to replace sin function with ~384KiB look-up table for fastest and most accurate results. 2011-02-25 15:32:23 +00:00
fixtest Added option to replace sin function with ~384KiB look-up table for fastest and most accurate results. 2011-02-25 15:32:23 +00:00
libfixmath Added option to replace sin function with ~384KiB look-up table for fastest and most accurate results. 2011-02-25 15:32:23 +00:00