GCC x86 Receives New Intel CPU Tuning Target

Written by Michael Larabel in GNU on 7 December 2013 at 12:36 AM EST. 4 Comments
GNU
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.

The CPU architecture tuning target of "ia" is now a handy way for always targeting the very latest Intel CPU tuning optimizations by the GCC compiler. At the moment, "-mtune=ia" is the equivalent of using "-mtune=slm" for the latest Intel Atom "Silvermont" and "-mtune=core-avx-i" for the latest Intel "Haswell" CPU support.

The IA target will simply be updated as new Intel CPUs are supported to always reflect the most current Intel processors that are supported by the compiler. It's handy for those using static build scripts and wanting to always target the latest CPU architecture extensions when testing, but the change doesn't provide anything fundamentally new for Intel x86 performance on GCC.

The change to support "-mtune=ia" was made to the GCC compiler on Friday with this commit.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week