allenb 2004/09/01 15:17:40 PDT
Modified files: (Branch: create_vec_exp_templates_branch)
modules/GMTL/Test/TestSuite/TestCases VecTest.cpp VecTest.h
modules/GMTL/gmtl VecB.h
Log:
More tests of the expression template code. Add op+ to test it out. Getting about a 50% performance increase on simple vector addition: ex: v1 = v2+v3.
Revision Changes Path
1.13.2.4 +285 -14 GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.cpp
1.29.4.2 +5 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.h
1.1.2.4 +17 -3 GGT/modules/GMTL/gmtl/VecB.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.cpp.diff?r1=1.13.2.3&r2=1.13.2.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.h.diff?r1=1.29.4.1&r2=1.29.4.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecB.h.diff?r1=1.1.2.3&r2=1.1.2.4&diff_format=l
|