i386.c: Correct coments on -mno-sse4.
2007-05-31 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c: Correct coments on -mno-sse4. From-SVN: r125238
This commit is contained in:
parent
3b088eb09a
commit
6847c43d73
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/i386.c: Correct coments on -mno-sse4.
|
||||
|
||||
2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config.gcc (i[34567]86-*-*): Add nmmintrin.h to
|
||||
|
|
|
@ -1571,7 +1571,7 @@ static int ix86_isa_flags_explicit;
|
|||
#define OPTION_MASK_ISA_SSE4_2_UNSET OPTION_MASK_ISA_SSE4A
|
||||
|
||||
/* SSE4 includes both SSE4.1 and SSE4.2. -msse4 should be the same
|
||||
as -msse4.1 -msse4.2. -mno-sse4 should the same as -msse4.1. */
|
||||
as -msse4.1 -msse4.2. -mno-sse4 should the same as -mno-sse4.1. */
|
||||
#define OPTION_MASK_ISA_SSE4 \
|
||||
(OPTION_MASK_ISA_SSE4_1 | OPTION_MASK_ISA_SSE4_2)
|
||||
#define OPTION_MASK_ISA_SSE4_UNSET OPTION_MASK_ISA_SSE4_1_UNSET
|
||||
|
|
Loading…
Add table
Reference in a new issue