diff options
author | Richard Henderson <rth@redhat.com> | 2011-10-07 08:43:12 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2011-10-07 08:43:12 -0700 |
commit | d67ce16aa503636361fee66cb0c5db610e41c002 (patch) | |
tree | 79d2f3768c56eb3beaad0ccf1c5a50d255680ed6 /gcc | |
parent | dca804668aaf92a49e5ff8e16564924a75727e20 (diff) | |
download | gcc-d67ce16aa503636361fee66cb0c5db610e41c002.zip gcc-d67ce16aa503636361fee66cb0c5db610e41c002.tar.gz gcc-d67ce16aa503636361fee66cb0c5db610e41c002.tar.bz2 |
* config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.
From-SVN: r179664
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config.gcc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 33b4f39..f840e46 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 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 * fold-const.c (fold_checksum_tree): Remove out-of-date assert. diff --git a/gcc/config.gcc b/gcc/config.gcc index 8b380ac..8099ed7 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 ;; *) |