]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/config.gcc
Add -march=/-mtune=corei7-avx.
authorH.J. Lu <hongjiu.lu@intel.com>
Mon, 6 Dec 2010 14:41:41 +0000 (14:41 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Mon, 6 Dec 2010 14:41:41 +0000 (06:41 -0800)
commit35758e5b0108d43c495b94012a9a71a7eb879a76
tree2ebf1e3c7ec6dc5daee92ff2bbe16d3b7783fe29
parente7e9ce4617b5bb0705a663df1ad00a7d56d2631a
Add -march=/-mtune=corei7-avx.

2010-12-06  H.J. Lu  <hongjiu.lu@intel.com>

* config.gcc: Allow corei7-avx for --with-arch/--with-cpu.

* config/i386/driver-i386.c (host_detect_local_cpu): Support
Sandy Bridge.

* config/i386/i386.c (override_options): Handle "corei7-avx".

* doc/invoke.texi: Document corei7-avx.

From-SVN: r167495
gcc/ChangeLog
gcc/config.gcc
gcc/config/i386/driver-i386.c
gcc/config/i386/i386.c
gcc/doc/invoke.texi