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 tree-optimization/14741] missing transformations lead to poorly optimized code



------- Comment #15 from jv244 at cam dot ac dot uk  2007-07-03 18:09 -------
current gfortran trunk is still about a factor of 8 slower than ifort:

> gfortran -O3 -ffast-math -ftree-vectorize -march=native test.f90
> ./a.out
   12.9808110000000        10.2399999999998
> ifort -xT -O2 test.f90
> ./a.out
   1.62810200000000        10.2399999999998

(first number is the time)


-- 


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


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