From 5dd63f37ce73be2d36bb0ded9c7d8ba84932ccb7 Mon Sep 17 00:00:00 2001 From: flatmush Date: Fri, 25 Feb 2011 16:07:39 +0000 Subject: 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). Fixed a bug in the sin lut code so that the results are always accurate. Changed fixsingen tool to generate tables correctly for the new implementation. --- fixsingen/fixsingen.depend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fixsingen/fixsingen.depend') diff --git a/fixsingen/fixsingen.depend b/fixsingen/fixsingen.depend index c4ab73e..e0c975d 100644 --- a/fixsingen/fixsingen.depend +++ b/fixsingen/fixsingen.depend @@ -1,5 +1,5 @@ # depslib dependency file v1.0 -1298645188 source:g:\vrfx\libfixmath\fixsingen\main.c +1298649568 source:g:\vrfx\libfixmath\fixsingen\main.c @@ -17,6 +17,6 @@ 1298453688 g:\vrfx\libfixmath\\libfixmath\fract32.h -1298634082 g:\vrfx\libfixmath\\libfixmath\fix16.h +1298648502 g:\vrfx\libfixmath\\libfixmath\fix16.h -- cgit v1.2.3