View previous topic :: View next topic |
Author |
Message |
illumin8 Guest
|
Posted: Thu Apr 18, 2002 12:06 pm Post subject: Any chance of a /usr/portage/profiles/1.0-intelc ? |
|
|
I read that the Intel C++ compiler gives something like 25-50% performance boost to linux binaries over GCC. Something about how GCC is so platform independent that it doesn't really optimize very well on Intel. The Intel C++ compiler takes advantage of MMX, SSE, and SSE2 instructions (SSE2 only works on P4 procs, but Athlons can use MMX and regular SSE).
The license is very restrictive for the Intel compiler. Free for educational use only. Any chance of this profile appearing anytime soon?
http://www.intel.com/software/products/compilers/c50/linux/ |
|
Back to top |
|
|
burzmali Apprentice
Joined: 18 Apr 2002 Posts: 238 Location: ca
|
Posted: Tue Apr 23, 2002 7:18 am Post subject: |
|
|
emerge icc gives you the intel compiler. i am still trying to get it to work. _________________ burzmali
www.burzmali.net |
|
Back to top |
|
|
Klyr n00b
Joined: 23 Apr 2002 Posts: 2
|
Posted: Wed Apr 24, 2002 12:53 pm Post subject: It works |
|
|
I noticed an increase in speed with a simple "for" loop (to test)
(on a Pentium Pro 200)
imagine on a whole big program ...
This could be really interreting to try to compile some packages with it |
|
Back to top |
|
|
|