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/30032] sqrt(CGAMMA*PRES[j]/DENS[j]) much slower than compiting compiler



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-11-30 18:44 -------
Also you are using VLAs so maybe ICC also converts those VLAs to normal arrays.
You might also want to add "-mfpmath=sse,387".


-- 


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


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