* config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
authorRichard Henderson <rth@redhat.com>
Fri, 7 Oct 2011 15:43:12 +0000 (08:43 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 7 Oct 2011 15:43:12 +0000 (08:43 -0700)
From-SVN: r179664

gcc/ChangeLog
gcc/config.gcc

index 33b4f39ddc2f028c0024fd4f95065902494e661b..f840e4678ca2020b7e6f794d46d3af98e28ee3db 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-07  Richard Henderson  <rth@redhat.com>
+
+       * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
+
 2011-10-07  Richard Henderson  <rth@redhat.com>
 
        PR 49752
index 8b380ac16e48eaaa389b56ea1d889bb0c79a2e66..8099ed790b3b798d2e2b039aba46f7fe0d5175a0 100644 (file)
@@ -3302,7 +3302,7 @@ case "${target}" in
                        | k8 | k8-sse3 | athlon64 | athlon64-sse3 | opteron \
                        | opteron-sse3 | athlon-fx | bdver2 | bdver1 | btver1 \
                        | amdfam10 | barcelona | nocona | core2 | corei7 \
-                       | corei7-avx | atom)
+                       | corei7-avx | core-avx-i | core-avx2 | atom)
                                # OK
                                ;;
                        *)