Originally posted by Asher
IBM and Apple have been heavily optimizing the GCC compiler for the G5 for a long time now.
Intel optimizes its own Intel compiler rather than GCC.
So Apple saw this, thought it'd make a brilliant marketing move -- we can compile both using the same compiler, because 99.9% of people won't know that GCC sucks for Pentium 4 code. But just to be safe, they disabled SSE2 (which is a huge performance booster, akin to the G5's AltiVec) because they claimed it reduced performance (bull****).
p://www.spec.org/cpu2000/results/res2003q3/cpu2000-20030616-02265.html">1205
IBM and Apple have been heavily optimizing the GCC compiler for the G5 for a long time now.
Intel optimizes its own Intel compiler rather than GCC.
So Apple saw this, thought it'd make a brilliant marketing move -- we can compile both using the same compiler, because 99.9% of people won't know that GCC sucks for Pentium 4 code. But just to be safe, they disabled SSE2 (which is a huge performance booster, akin to the G5's AltiVec) because they claimed it reduced performance (bull****).
p://www.spec.org/cpu2000/results/res2003q3/cpu2000-20030616-02265.html">1205
Comment