re PR target/65222 (-mtune= or -march=: Not all options not documented: slm, knl, shanghai, istanbul)

PR target/65222
	* doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.

From-SVN: r221489
This commit is contained in:
Jakub Jelinek 2015-03-18 14:47:47 +01:00 committed by Jakub Jelinek
parent 6f4f1a5079
commit 43939937e8
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2015-03-18 Jakub Jelinek <jakub@redhat.com>
PR target/65222
* doc/invoke.texi: Add knl as x86 -march=/-mtune= CPU type.
2015-03-18 Richard Biener <rguenther@suse.de>
* tree-data-ref.h (struct access_matrix): Remove.

View File

@ -21991,6 +21991,12 @@ instruction set support.
Intel Silvermont CPU with 64-bit extensions, MOVBE, MMX, SSE, SSE2, SSE3, SSSE3,
SSE4.1, SSE4.2, POPCNT, AES, PCLMUL and RDRND instruction set support.
@item knl
Intel Knight's Landing CPU with 64-bit extensions, MOVBE, MMX, SSE, SSE2, SSE3,
SSSE3, SSE4.1, SSE4.2, POPCNT, AVX, AVX2, AES, PCLMUL, FSGSBASE, RDRND, FMA,
BMI, BMI2, F16C, RDSEED, ADCX, PREFETCHW, AVX512F, AVX512PF, AVX512ER and
AVX512CD instruction set support.
@item k6
AMD K6 CPU with MMX instruction set support.