diff options
author | Alex Coplan <alex.coplan@arm.com> | 2020-10-05 13:45:24 +0100 |
---|---|---|
committer | Alex Coplan <alex.coplan@arm.com> | 2020-10-05 13:45:24 +0100 |
commit | bf490f0636052040cfe1b3882475ac9a0e0337df (patch) | |
tree | 7f9a6028b900b5f6d4c8860851f13aedb58de294 /gcc | |
parent | fc998c21c2c49e06cd4e548cd0d21ef25c880dbc (diff) | |
download | gcc-bf490f0636052040cfe1b3882475ac9a0e0337df.zip gcc-bf490f0636052040cfe1b3882475ac9a0e0337df.tar.gz gcc-bf490f0636052040cfe1b3882475ac9a0e0337df.tar.bz2 |
arm: Add missing part number for Neoverse V1
This patch adds vendor and part numbers which were missing from the
initial entry for Neoverse V1 in AArch32 GCC.
gcc/ChangeLog:
* config/arm/arm-cpus.in (neoverse-v1): Add missing vendor and
part numbers.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/arm-cpus.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in index 9abb59a..27ce000 100644 --- a/gcc/config/arm/arm-cpus.in +++ b/gcc/config/arm/arm-cpus.in @@ -1519,6 +1519,8 @@ begin cpu neoverse-v1 architecture armv8.4-a+fp16+bf16+i8mm option crypto add FP_ARMv8 CRYPTO costs cortex_a57 + vendor 41 + part 0xd40 end cpu neoverse-v1 # Armv8.5 A-profile Architecture Processors |