From: Venkataramanan Kumar Date: Wed, 9 Jan 2013 09:22:50 +0000 (+0000) Subject: Set up X86_TUNE_AVX128_OPTIMAL for m_BTVER2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f01beca2303c1b0be1a3e37f321782067b3defa;p=gcc.git Set up X86_TUNE_AVX128_OPTIMAL for m_BTVER2 From-SVN: r195047 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1d37b78a9e3..02f11fba151 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-01-09 Venkataramanan Kumar + + * config/i386/i386.c (initial_ix86_tune_features): Set up + X86_TUNE_AVX128_OPTIMAL for m_BTVER2. + 2013-01-09 Steven Bosscher Jakub Jelinek diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index ff3d4fcab7b..880d984b36b 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2014,7 +2014,7 @@ static unsigned int initial_ix86_tune_features[X86_TUNE_LAST] = { /* X86_TUNE_AVX128_OPTIMAL: Enable 128-bit AVX instruction generation for the auto-vectorizer. */ - m_BDVER, + m_BDVER | m_BTVER2, /* X86_TUNE_REASSOC_INT_TO_PARALLEL: Try to produce parallel computations during reassociation of integer computation. */