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 fortran/30388] gfortran42 is slower than g77 3.4 about 10%



------- Comment #6 from jvdelisle at gcc dot gnu dot org  2007-01-06 04:44 -------
With my system:  x86-64 Linux

Using -O3 -ffast-math in both cases:

g77:       MFLOPS:  893.198364

gfortran:  MFLOPS:   895.7278


Using -O3 -ffast-math in both cases:

g77:       MFLOPS:  930.39801

gfortran:   MFLOPS:   891.1194


Using -O1 -ffast-math in both cases:

g77:        MFLOPS:  962.237854

gfortran:   MFLOPS:   890.9428


Using -O1 -ffast-math in both cases:

g77:        MFLOPS:  259.945648

gfortran:   MFLOPS:   199.7145 


-- 


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


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