Add -march=core-avx-i.
2011-08-05 H.J. Lu <hongjiu.lu@intel.com> * config/i386/i386.c (processor_alias_table): Add core-avx-i. * doc/invoke.texi: Document core-avx-i. From-SVN: r177429
This commit is contained in:
parent
98d0368392
commit
cee0d6d251
@ -1,3 +1,9 @@
|
||||
2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/i386.c (processor_alias_table): Add core-avx-i.
|
||||
|
||||
* doc/invoke.texi: Document core-avx-i.
|
||||
|
||||
2011-08-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* tsystem.h (CONST_CAST2, CONST_CAST): Define.
|
||||
|
@ -2969,6 +2969,11 @@ ix86_option_override_internal (bool main_args_p)
|
||||
PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3
|
||||
| PTA_SSSE3 | PTA_SSE4_1 | PTA_SSE4_2 | PTA_AVX
|
||||
| PTA_CX16 | PTA_POPCNT | PTA_AES | PTA_PCLMUL},
|
||||
{"core-avx-i", PROCESSOR_COREI7_64, CPU_COREI7,
|
||||
PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3
|
||||
| PTA_SSSE3 | PTA_SSE4_1 | PTA_SSE4_2 | PTA_AVX
|
||||
| PTA_CX16 | PTA_POPCNT | PTA_AES | PTA_PCLMUL | PTA_FSGSBASE
|
||||
| PTA_RDRND | PTA_F16C},
|
||||
{"atom", PROCESSOR_ATOM, CPU_ATOM,
|
||||
PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3
|
||||
| PTA_SSSE3 | PTA_CX16 | PTA_MOVBE},
|
||||
|
@ -12321,6 +12321,10 @@ and SSE4.2 instruction set support.
|
||||
@item corei7-avx
|
||||
Intel Core i7 CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3, SSSE3,
|
||||
SSE4.1, SSE4.2, AVX, AES and PCLMUL instruction set support.
|
||||
@item core-avx-i
|
||||
Intel Core CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3, SSSE3,
|
||||
SSE4.1, SSE4.2, AVX, AES, PCLMUL, FSGSBASE, RDRND and F16C instruction
|
||||
set support.
|
||||
@item atom
|
||||
Intel Atom CPU with 64-bit extensions, MMX, SSE, SSE2, SSE3 and SSSE3
|
||||
instruction set support.
|
||||
|
Loading…
Reference in New Issue
Block a user