GCC 4.6 Brings Intel Optimizations, AVX, Improvements

Posted by Michael Larabel on March 26, 2011

While no release announcement has yet to hit the wire, GCC 4.6.0 is now available. Uploaded to the GCC mirrors yesterday afternoon was the GCC 4.6.0 final source packages, right ahead of their planned release which is/was expected to be around Monday. It was only earlier this month that the first release candidate arrives, but this is one rather nice update to the GNU Compiler Collection.

When it comes to GCC 4.6 and hardware, on the embedded front this open-source compiler now supports the ARM Cortex-M4, basic support for the Cortex-A15, and various other ARM improvements and optimizations. There's also (finally) Intel Core 2 optimizations for GCC that can be tapped using core2 with the mtune and march options. At the same time there's also optimizations for first-generation Intel Core i3, Core i5, and Core i7 CPUs using the corei7 tuning option.

Making this release even better are optimizations already for Intel's recently released second-generation Core "Sandy Bridge" CPUs that feature support for the AVX (Advanced Vector eXtensions) instruction set. Those optimizations can be tapped in GCC 4.6 using the corei7-avx value. There's also greater AVX support in GCC 4.6.0 in general via AVX floating-point math support. We recently looked at and benchmarked AVX support in GCC using the new Intel Sandy Bridge CPUs. AMD's Bulldozer CPUs later this year will also possess support for AVX. On the AMD side, GCC 4.6 has support for AMD Bobcat CPUs via btver1 and there's also now support for AMD BMI (Bit Manipulation) functions and code generation.

Aside from hardware improvements in this major GCC update, GCC 4.6 now has support for Google's Android Bionic C library. This means GCC can build native libraries and applications for Google's Android platform, but currently this is only working for the ARM-based version of Android.

Not only is Android getting some love in GCC 4.6, but Google's Go is now supported in GCC. The Go programming language is disabled by default, but support can be enabled for building it with GCC 4.6.

Code/language changes in GCC 4.6 include improved support for the experimental C++0x standard, experimental support for some features of the upcoming C1X revision to the C language, initial support for ADA 2012, inter-procedural optimization improvements, link-time optimization improvements, and a new general optimization level (-Ofast).

The full list of changes for GCC 4.6.0 can be found on this GNU.org page. You can find GCC 4.6 right now on GCC mirrors such as at FU Berlin.

GCC 4.6.0 is not the default compiler for the upcoming Ubuntu 11.04 release, but it will be in Red Hat's Fedora 15. I've been running some GCC 4.6 benchmarks versus GCC 4.5.2 along with LLVM 2.9 SVN and the LLVM Clang compiler and LLVM's DragonEgg optimizer for GCC. Those benchmarks should be on Phoronix this coming Monday. LLVM 2.9 is scheduled for release in early April.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Intel Haswell HD Graphics 4600 vs. AMD Radeon Graphics On Linux
  2. Intel Haswell HD Graphics 4600 Performance On Ubuntu Linux
  3. Intel Core i7 4770K "Haswell" Benchmarks On Ubuntu Linux
  4. The First Experience Of Intel Haswell On Linux
Latest Software Articles
  1. Optimized Binaries Provide Great Benefits For Intel Haswell
  2. 11-Way Linux, BSD Platform Comparison
  3. SNA Acceleration Works Great For Intel Core i7 Haswell
  4. The Linux Evolution For Intel Haswell's Performance
Latest Linux News
  1. Ubuntu Announces Carrier Advisory Group
  2. Qt 5.1 Release Candidate 1 Has Arrived
  3. In-Fighting Continues Over Mir On Non-Unity Ubuntu
  4. Subversion 1.8 Presents New Features
  5. LLVM 3.3 Officially Released
  6. LLVM/Clang Now Uses Loop Vectorizer At New Levels
  7. Intel GPU Driver Tries To Rip Out FBDEV Support
  8. Coreboot Doing AMD USB 3.0, Q35 QEMU Emulation
  9. VP9 Codec Now Enabled By Default In Chrome
  10. openSUSE 13.1 M2 Plays On PulseAudio 4.0
  11. Debian 7.1 Rounds In Some Bug-Fixes
Latest Forum Talk
  1. Ubuntu Announces Carrier Advisory Group
  2. In-Fighting Continues Over Mir On Non-Unity Ubuntu
  3. Vote for GOG to add Linux versions of games they...
  4. Intel Haswell HD Graphics 4600 vs. AMD Radeon...
  5. Intel GPU Driver Tries To Rip Out FBDEV Support
  6. Mir Still Causing Concerns By Ubuntu Derivatives
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite