|
From: Kevin M. <sub...@us...> - 2002-02-28 16:50:07
|
subatomic 2002/02/28 08:50:05 PST
Modified files:
modules/GMTL/Test/TestSuite gmtl_metrics.txt
Log:
ran testsuite on gfxn3 with opt3.
this includes the hand tuned version of xform(quat,vec) and operator*(quat,vec)
interesting that doubles got such a perf increase...
what is also interesting, is that performance increased more in the opt3
case than in the debug case
xform: faster by 35% than slow/easy method in gcc 2.96 opt3 mode (78% for
doubles)
operator*: faster by 35% than slow/easy method in gcc 2.96 opt3 mode (78%
for doubles)
Revision Changes Path
1.55 +10 -10 GGT/modules/GMTL/Test/TestSuite/gmtl_metrics.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/gmtl_metrics.txt.diff?r1=1.54&r2=1.55&diff_format=l
|