
Originally Posted by
sabriah
"GCC 4.6 also can be built with the --with-fpmath=avx flag, which will allow the GNU compiler to use AVX floating-point arithmetic."
IIRC, binaries made by compilers compiled themselves by a new compiler benefit too.
The idea is as outlined below.
Binary B1 made by compiler C1 itself compiled with C1 gives performance P1.
Binary B2 made by compiler C2 itself compiled with C1 gives performance P2, where P2 > P1.
Binary B3 made by compiler C2 itself compiled with C2 gives performance P3, where P3 > P2 > P1.
Is that true, or is P2 = P3?
Thanks for any insightful comments!