diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-09-29 22:22:44 +0100 |
---|---|---|
committer | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2020-09-29 22:32:00 +0100 |
commit | 0eef5eea2b42d892df52b655e55458f27ac3fb81 (patch) | |
tree | b73673b8867c266a507f68f1c7ba6fc9f220b54a /gcc/config/arm/arm-tables.opt | |
parent | f836f3bc8f76ef3e3ad21762590302ad11abc9f8 (diff) | |
download | gcc-0eef5eea2b42d892df52b655e55458f27ac3fb81.tar.gz |
arm: add support for Cortex-X1
This adds support for the Arm Cortex-X1 CPU. For more information about this
processor, see [0].
[0] : https://www.arm.com/products/cortex-x
gcc/ChangeLog:
* config/arm/arm-cpus.in: Add Cortex-X1 core.
* config/arm/arm-tables.opt: Regenerate.
* config/arm/arm-tune.md: Regenerate.
* doc/invoke.texi: Update docs.
Diffstat (limited to 'gcc/config/arm/arm-tables.opt')
-rw-r--r-- | gcc/config/arm/arm-tables.opt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/arm/arm-tables.opt b/gcc/config/arm/arm-tables.opt index b57206313e2..dac881874f8 100644 --- a/gcc/config/arm/arm-tables.opt +++ b/gcc/config/arm/arm-tables.opt @@ -241,6 +241,9 @@ EnumValue Enum(processor_type) String(cortex-a77) Value( TARGET_CPU_cortexa77) EnumValue +Enum(processor_type) String(cortex-x1) Value( TARGET_CPU_cortexx1) + +EnumValue Enum(processor_type) String(neoverse-n1) Value( TARGET_CPU_neoversen1) EnumValue |