aarch64: add support for Cortex-X1
commitf836f3bc8f76ef3e3ad21762590302ad11abc9f8
authorPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>
Tue, 29 Sep 2020 21:13:05 +0000 (29 22:13 +0100)
committerPrzemyslaw Wirkus <przemyslaw.wirkus@arm.com>
Tue, 29 Sep 2020 21:32:01 +0000 (29 22:32 +0100)
tree075bfd2654f33da4c1165def78d352194454919f
parent9b4b1ed50f1e0f252a86851456b58bb2e142c495
aarch64: add support for Cortex-X1

This adds support for the Arm Cortex-X1 CPU in AArch64 GCC. For more
information about this processor, see [0].

[0] : https://www.arm.com/products/cortex-x

gcc/ChangeLog:

* config/aarch64/aarch64-cores.def: Add Cortex-X1 Arm core.
* config/aarch64/aarch64-tune.md: Regenerate.
* doc/invoke.texi: Add -mtune=cortex-x1 docs.
gcc/config/aarch64/aarch64-cores.def
gcc/config/aarch64/aarch64-tune.md
gcc/doc/invoke.texi