Have anyone try intel C++ compiler?

L

Lionel B

Is it really faster than g++ ??

[I assume you mean "does it compile code that runs faster?"]

Sometimes yes, sometimes no. Depends on about a zillion factors,
including the hardware, OS, compiler options and type of code. The
question is more or less meaningless.
 
J

Jerry Coffin

Is it really faster than g++ ??

Rather the opposite -- it's quite slow, though it produces code that
runs pretty fast as a rule. You don't generally see a huge difference
between the two for integer code, but Intel can often do quite a bit
better when it comes to floating point.
 
B

Bo Schwarzstein

Is it really faster than g++ ??

It's very very slow compared with g++ and Microsoft C++ compiler in
Visual Studio 2003/05/08. It's good for lazy and rich programmer for
optimize the float computation part, but it is far away from manually
SSE assembly code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,175
Messages
2,570,942
Members
47,476
Latest member
blackwatermelon

Latest Threads

Top