public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [i386] add missing --with-cpu entries
@ 2011-10-07 16:34 Richard Henderson
  0 siblings, 0 replies; only message in thread
From: Richard Henderson @ 2011-10-07 16:34 UTC (permalink / raw)
  To: GCC Patches

        * config.gcc (x86_64-*): Add core-avx-i, core-avx2 for with_cpu.

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
 				;;
 			*)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-10-07 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-07 16:34 [i386] add missing --with-cpu entries Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).