diff options
| author | flatmush <flatmush@d3e1167c-abe1-51d5-8199-f9061ebe54e4> | 2011-02-25 16:07:39 +0000 |
|---|---|---|
| committer | flatmush <flatmush@d3e1167c-abe1-51d5-8199-f9061ebe54e4> | 2011-02-25 16:07:39 +0000 |
| commit | 5dd63f37ce73be2d36bb0ded9c7d8ba84932ccb7 (patch) | |
| tree | 302052045a1fd37ea40af107fe1b208f8ff31256 /fixtest | |
| parent | 0317f964f43995d26d4a54d2f7d37b686ee5a97b (diff) | |
| download | libfixmath-5dd63f37ce73be2d36bb0ded9c7d8ba84932ccb7.tar.gz | |
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.
Diffstat (limited to 'fixtest')
| -rw-r--r-- | fixtest/fixtest.depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixtest/fixtest.depend b/fixtest/fixtest.depend index 473a164..26758c6 100644 --- a/fixtest/fixtest.depend +++ b/fixtest/fixtest.depend @@ -19,7 +19,7 @@ 1298453688 g:\vrfx\libfixmath\\libfixmath\fract32.h
<stdint.h>
-1298634082 g:\vrfx\libfixmath\\libfixmath\fix16.h
+1298648502 g:\vrfx\libfixmath\\libfixmath\fix16.h
<stdint.h>
1298562746 source:g:\vrfx\libfixmath\fixtest\hiclock.c
|
