]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add Save to -mavx and -mfma.
authorH.J. Lu <hongjiu.lu@intel.com>
Fri, 18 Mar 2011 12:47:37 +0000 (12:47 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Fri, 18 Mar 2011 12:47:37 +0000 (05:47 -0700)
2011-03-18  H.J. Lu  <hongjiu.lu@intel.com>

Backport from mainline
2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>

PR target/48171
* config/i386/i386.opt: Add Save to -mavx and -mfma.

From-SVN: r171136

gcc/ChangeLog
gcc/config/i386/i386.opt

index a4e2ced8c1f5d919ae55bf867a4bb92bdfe17e63..9a7518722da2b6eb6a6d6d859bc8d44a75728962 100644 (file)
@@ -1,3 +1,11 @@
+2011-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+
+       Backport from mainline
+       2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR target/48171
+       * config/i386/i386.opt: Add Save to -mavx and -mfma.
+
 2011-03-16  Pat Haugen <pthaugen@us.ibm.com>
 
        PR target/47862
index 0afdd1197f613bd4222fd8468e19b7d2dc17e68e..7696c75785e7548a1030881097287c1f9d607712 100644 (file)
@@ -305,11 +305,11 @@ Target RejectNegative Report InverseMask(ISA_SSE4_1) MaskExists Var(ix86_isa_fla
 Do not support SSE4.1 and SSE4.2 built-in functions and code generation
 
 mavx
-Target Report Mask(ISA_AVX) Var(ix86_isa_flags) VarExists
+Target Report Mask(ISA_AVX) Var(ix86_isa_flags) VarExists Save
 Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2 and AVX built-in functions and code generation
 
 mfma
-Target Report Mask(ISA_FMA) Var(ix86_isa_flags) VarExists
+Target Report Mask(ISA_FMA) Var(ix86_isa_flags) VarExists Save
 Support MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX and FMA built-in functions and code generation
 
 msse4a