2007-05-31 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c: Correct coments on -mno-sse4.
From-SVN: r125238
+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
#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