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 rtl-optimization/13712] Executable runs 25% slower than when compiled with INTEL compiler



------- Comment #17 from steven at gcc dot gnu dot org  2006-02-27 14:22 -------
For -D__NO_MATH_INLINES we're probably not going to make any progress as long
as Uli is the glibc maintainer.

Other than that, this appears to be fixed.  Note that ICC has -ffast-math and
SSE as the defaults, where GCC choses for safe math and code that works on any
ix86 CPU, not just the ones with SSE.  So if there is still a significant
difference, it is as much philosophical as it is in code generation.

Given the right set of options, GCC can compete with ICC on my Pentium4 box,
and on Uros' box.  So there doesn't seem to be a good reason to keep this
report open.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu dot
                   |                            |org


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


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