Originally posted by curaga
View Post
Announcement
Collapse
No announcement yet.
GCC x86 Receives New Intel CPU Tuning Target
Collapse
X
-
-
Check the gcc manual - mtune doesn't affect the "will it run on foo", march does.
Leave a comment:
-
Suppose I add the -mtune=ia option by default to my {C,CXX}FLAGS when compiling using GCC because I have the latest Intel CPU. A new Intel CPU architecture comes out, after which I upgrade GCC. Does this mean that the binaries I now produce won't work on my hardware?
Leave a comment:
-
-
GCC x86 Receives New Intel CPU Tuning Target
Phoronix: GCC x86 Receives New Intel CPU Tuning Target
With future versions of GCC there is now a "-mtune=ia" target for the GNU Compiler Collection's x86 back-end to always optimize the compiled program for the very latest Intel processors...
http://www.phoronix.com/vr.php?view=MTUzNzE
Leave a comment: