diff options
author | Jan Hubicka <hubicka@ucw.cz> | 2019-07-23 11:38:49 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2019-07-23 09:38:49 +0000 |
commit | e1eb82f5aa4f6e9ed9a6a368b54d0eda785be85c (patch) | |
tree | f6abf4008a2c2041dd1273951cee8a2e8ce4435f /gcc/common/config | |
parent | 105c2795b0d63b2cc5cb224ba066fa8b9a0ad0ff (diff) | |
download | gcc-e1eb82f5aa4f6e9ed9a6a368b54d0eda785be85c.zip gcc-e1eb82f5aa4f6e9ed9a6a368b54d0eda785be85c.tar.gz gcc-e1eb82f5aa4f6e9ed9a6a368b54d0eda785be85c.tar.bz2 |
i386-common.c: Use PROCESSOR_ZNVER2 scheduler for znver2.
* i386-common.c: Use PROCESSOR_ZNVER2 scheduler for znver2.
* config/i386/znver1.md: Enable patterns for znver2 and add store
variants which use extra AGU unit.
From-SVN: r273731
Diffstat (limited to 'gcc/common/config')
-rw-r--r-- | gcc/common/config/i386/i386-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common/config/i386/i386-common.c b/gcc/common/config/i386/i386-common.c index a394f87..1f77f7d 100644 --- a/gcc/common/config/i386/i386-common.c +++ b/gcc/common/config/i386/i386-common.c @@ -1760,7 +1760,7 @@ const pta processor_alias_table[] = | PTA_RDRND | PTA_MOVBE | PTA_MWAITX | PTA_ADX | PTA_RDSEED | PTA_CLZERO | PTA_CLFLUSHOPT | PTA_XSAVEC | PTA_XSAVES | PTA_SHA | PTA_LZCNT | PTA_POPCNT}, - {"znver2", PROCESSOR_ZNVER2, CPU_ZNVER1, + {"znver2", PROCESSOR_ZNVER2, CPU_ZNVER2, PTA_64BIT | PTA_MMX | PTA_SSE | PTA_SSE2 | PTA_SSE3 | PTA_SSE4A | PTA_CX16 | PTA_ABM | PTA_SSSE3 | PTA_SSE4_1 | PTA_SSE4_2 | PTA_AES | PTA_PCLMUL | PTA_AVX | PTA_AVX2 |