Currently on my i7 920 box with gcc-4.4.2
With the big 8mb shared L3 cache I think the O3 is probably beneficial more often than not. The last benchmark I read using core2s showed O2 and O3 to be about even with O3 maybe pulling a bit ahead.Code:CFLAGS="-march=native -O3 -msse4 -mmmx -floop-interchange -floop-strip-mine -floop-block -pipe" CXXFLAGS="${CFLAGS}"


Reply With Quote

