public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-8-branch)] arm: Add missing part number for Neoverse V1
@ 2021-04-23 10:15 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-04-23 10:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:9c63206dba30bfc0cec1d583abdc1e26820cb622

commit 9c63206dba30bfc0cec1d583abdc1e26820cb622
Author: Alex Coplan <alex.coplan@arm.com>
Date:   Tue Oct 6 16:48:48 2020 +0100

    arm: Add missing part number for Neoverse V1
    
    This patch adds the part number for Neoverse V1 which was missing from
    the initial AArch32 support in GCC 8.
    
    gcc/ChangeLog:
    
            * config/arm/driver-arm.c (arm_cpu_table): Add neoverse-v1.

Diff:
---
 gcc/config/arm/driver-arm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/arm/driver-arm.c b/gcc/config/arm/driver-arm.c
index 45ad92ef0e0..83522897d06 100644
--- a/gcc/config/arm/driver-arm.c
+++ b/gcc/config/arm/driver-arm.c
@@ -56,6 +56,7 @@ static struct vendor_cpu arm_cpu_table[] = {
     {"0xd09", "armv8-a+crc", "cortex-a73"},
     {"0xd05", "armv8.2-a+fp16+dotprod", "cortex-a55"},
     {"0xd0a", "armv8.2-a+fp16+dotprod", "cortex-a75"},
+    {"0xd40", "armv8.4-a+fp16", "neoverse-v1"},
     {"0xd49", "armv8.4-a+fp16", "neoverse-n2"},
     {"0xc14", "armv7-r", "cortex-r4"},
     {"0xc15", "armv7-r", "cortex-r5"},


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

only message in thread, other threads:[~2021-04-23 10:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23 10:15 [gcc(refs/vendors/redhat/heads/gcc-8-branch)] arm: Add missing part number for Neoverse V1 Jakub Jelinek

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).