public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3655] arm: Add missing part number for Neoverse V1
@ 2020-10-05 12:46 Alex Coplan
  0 siblings, 0 replies; only message in thread
From: Alex Coplan @ 2020-10-05 12:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bf490f0636052040cfe1b3882475ac9a0e0337df

commit r11-3655-gbf490f0636052040cfe1b3882475ac9a0e0337df
Author: Alex Coplan <alex.coplan@arm.com>
Date:   Mon Oct 5 13:45:24 2020 +0100

    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.

Diff:
---
 gcc/config/arm/arm-cpus.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gcc/config/arm/arm-cpus.in b/gcc/config/arm/arm-cpus.in
index 9abb59a00ba..27ce0001633 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-05 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-05 12:46 [gcc r11-3655] arm: Add missing part number for Neoverse V1 Alex Coplan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).