From d67ce16aa503636361fee66cb0c5db610e41c002 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Fri, 7 Oct 2011 08:43:12 -0700 Subject: [PATCH] * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu. From-SVN: r179664 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33b4f39ddc2..f840e4678ca 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-10-07 Richard Henderson + + * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu. + 2011-10-07 Richard Henderson PR 49752 diff --git a/gcc/config.gcc b/gcc/config.gcc index 8b380ac16e4..8099ed790b3 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ;; *)