This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/31897] [4.3 Regression] 30% speed regression with -m32 on Opteron with rnflow



------- Comment #10 from ubizjak at gmail dot com  2008-01-19 16:31 -------
(In reply to comment #9)
> Does the regression on C2 duo show even without vectorizing?  It looks like
> generic SSE fpmath performance issue.  There should be no reason why SSE math
> in combination with SSE vectorization should result in regression... 

Hm, using latest SVN, the C2D difference is only marginal:

gfortran -O3 -m64 -march=core2 -msse3 -ffast-math -funroll-loops
-ftree-loop-linear

                      -fno-tree-vectorize  -fno-vect-cost-model
-mfpmath=sse   21.37          21.38                21.41
-mfpmath=387   20.73          20.64                20.69

vendor_id       : GenuineIntel
cpu family      : 6
model           : 15
model name      : Intel(R) Core(TM)2 CPU         X6800  @ 2.93GHz
stepping        : 5
cpu MHz         : 2933.422
cache size      : 4096 KB

gcc version 4.3.0 20080119 (experimental) [trunk revision 131650] (GCC) 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31897


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]