|
From: Allen B. <al...@us...> - 2004-08-19 16:50:29
|
allenb 2004/08/19 09:50:22 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Math.h
modules/GMTL/Test/TestSuite/TestCases MathTest.cpp MathTest.h
Log:
New feature: Fast inverse square root method.
Added a new method to gmtl::Math that can compute inverse square roots 10x faster.
There may be some 64bit portability issues with this code.
Revision Changes Path
1.90 +1 -0 GGT/modules/GMTL/ChangeLog
1.4 +115 -4 GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.cpp
1.10 +6 -4 GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.h
1.39 +38 -2 GGT/modules/GMTL/gmtl/Math.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.89&r2=1.90&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.cpp.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.h.diff?r1=1.9&r2=1.10&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Math.h.diff?r1=1.38&r2=1.39&diff_format=l
|