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. Sumo Lounge Emperor
  2. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  3. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  4. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
Latest Software Articles
  1. Intel Linux OpenGL Driver Leading Over Apple OS X
  2. The Cost Of Ubuntu Disk Encryption
  3. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  4. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
Latest Linux News
  1. Phoronix Test Suite 4.6.0 "Utsira" Released
  2. New Intel X.Org Driver Supports All Of Haswell
  3. SQLite Now Faster With Memory Mapped I/O
  4. Microsoft Releases Skype For Linux 4.2, Has Bug-Fixes
  5. Qt For Tizen Launches, Based On Qt 5.1
  6. KTAP Released For Linux Kernel Dynamic Tracing
  7. Linux 3.10-rc2 Kernel Takes In A Few Extra Pulls
  8. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  9. Handbrake 0.9.9 Supports OpenCL Offloading
  10. Freedreno Gallium3D Now Banging The Adreno A3XX
  11. Jolla Announces Their First Phone
Latest Forum Talk
  1. Handbrake 0.9.9 Supports OpenCL Offloading
  2. QEMU 1.5 Supports VGA Passthrough, Better USB 3.0
  3. New Intel X.Org Driver Supports All Of Haswell
  4. Intel Linux OpenGL Driver Leading Over Apple OS X
  5. Modern Intel Gallium3D Driver Still Being Toyed...
  6. Microsoft Releases Skype For Linux 4.2, Has...
  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