From 0317f964f43995d26d4a54d2f7d37b686ee5a97b Mon Sep 17 00:00:00 2001 From: flatmush Date: Fri, 25 Feb 2011 15:32:23 +0000 Subject: 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. --- fixtest/fixtest.depend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixtest/fixtest.depend') diff --git a/fixtest/fixtest.depend b/fixtest/fixtest.depend index 2822106..473a164 100644 --- a/fixtest/fixtest.depend +++ b/fixtest/fixtest.depend @@ -1,5 +1,5 @@ # depslib dependency file v1.0 -1298635002 source:g:\vrfx\libfixmath\fixtest\main.c +1298636296 source:g:\vrfx\libfixmath\fixtest\main.c -- cgit v1.2.3