aarch64: Update Ampere-1A (-mcpu=ampere1a) to include SM4
gcc/ChangeLog: * config/aarch64/aarch64-cores.def (AARCH64_CORE): Update ampere1a to include SM4.
This commit is contained in:
parent
7c4d1b7a44
commit
1472ba52f3
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ AARCH64_CORE("thunderxt83", thunderxt83, thunderx, V8A, (CRC, CRYPTO), thu
|
|||
|
||||
/* Ampere Computing ('\xC0') cores. */
|
||||
AARCH64_CORE("ampere1", ampere1, cortexa57, V8_6A, (F16, RNG, AES, SHA3), ampere1, 0xC0, 0xac3, -1)
|
||||
AARCH64_CORE("ampere1a", ampere1a, cortexa57, V8_6A, (F16, RNG, AES, SHA3, MEMTAG), ampere1a, 0xC0, 0xac4, -1)
|
||||
AARCH64_CORE("ampere1a", ampere1a, cortexa57, V8_6A, (F16, RNG, AES, SHA3, SM4, MEMTAG), ampere1a, 0xC0, 0xac4, -1)
|
||||
/* Do not swap around "emag" and "xgene1",
|
||||
this order is required to handle variant correctly. */
|
||||
AARCH64_CORE("emag", emag, xgene1, V8A, (CRC, CRYPTO), emag, 0x50, 0x000, 3)
|
||||
|
|
Loading…
Add table
Reference in a new issue