This is the mail archive of the gcc-patches@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]

RE: [patch] k8 and amdfam10 cost model tuning


> I think you need -mfpmath=387 here (the default for 32bit compiles) to
> show the performance problem.
> 

Sorry I missed that part. Here is the new run:

21 Dec 2007  8:32:29 standardgfortransingle - Compile rnflow
command=gfortran -static -m32 -march=opteron -ffast-math -funroll-loops
-ftree-loop-linear -ftree-vectorize -mfpmath=387 -msse3 -O3 -w
rnflow.f90 -o rnflow
 
21 Dec 2007  8:32:45 standardgfortransingle - Execute rnflow
rnflow Run #  10    56.29950    56.27076 - Error=  0.0262%

Geometric Mean Execution Time =      56.27 seconds

Clearly something bad is happening.

- Jan



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