]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Enable Cortex-X4 CPU
authorSaurabh Jha <saurabh.jha@arm.com>
Sat, 7 Oct 2023 12:40:25 +0000 (13:40 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Sat, 7 Oct 2023 12:40:25 +0000 (13:40 +0100)
commit3bfde22cbfa689a4c09f5727fb6f693241ce1d6a
treec25fe178f22099263bb449df549b37cfe81901e8
parent066a43ce72ab6559ba14af9628df19daa0b85cdf
aarch64: Enable Cortex-X4 CPU

This patch adds support for the Cortex-X4 CPU to GCC.

gcc/ChangeLog:
* config/aarch64/aarch64-cores.def (AARCH64_CORE): Add support for
cortex-x4 core.
* config/aarch64/aarch64-tune.md: Regenerated.
* doc/invoke.texi: Add command-line option for cortex-x4 core.
gcc/config/aarch64/aarch64-cores.def
gcc/config/aarch64/aarch64-tune.md
gcc/doc/invoke.texi