This is the mail archive of the gcc@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: Benchmarks gcc 3.0.4 (soon 3.1) vs. Intel C++ 6.0


On Thu, 9 May 2002, Jan Hubicka wrote:

> Note that comparing gcc to Intel C++, Intel C++ seems to win for numeric code,
> while for integer code, the results are usually much more balanced.

I just yesterday got a copy of Intel C++ 6.0 and compiled benchmarks of a
bunch of integer heavy code (virtually no fp used). I found GCC 3.0.4 to be
significantly faster.

GCC: -O3 -fomit-frame-pointer -fstrict-aliasing -march=athlon
ICC: -O2 -tp i686 -ip

YMMV and all that. -Jack


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