public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3320] Initial Raptorlake Support
@ 2022-10-17  2:49 Haochen Jiang
  0 siblings, 0 replies; only message in thread
From: Haochen Jiang @ 2022-10-17  2:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:470a0659b508d684148f362c4dc0eccf5a83a23e

commit r13-3320-g470a0659b508d684148f362c4dc0eccf5a83a23e
Author: Haochen Jiang <haochen.jiang@intel.com>
Date:   Fri Sep 16 13:59:01 2022 +0800

    Initial Raptorlake Support
    
    gcc/ChangeLog:
    
            * common/config/i386/cpuinfo.h:
            (get_intel_cpu): Handle Raptorlake.
            * common/config/i386/i386-common.cc:
            (processor_alias_table): Add Raptorlake.

Diff:
---
 gcc/common/config/i386/cpuinfo.h      | 2 ++
 gcc/common/config/i386/i386-common.cc | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/gcc/common/config/i386/cpuinfo.h b/gcc/common/config/i386/cpuinfo.h
index bbced8a23b9..e759e6f89fa 100644
--- a/gcc/common/config/i386/cpuinfo.h
+++ b/gcc/common/config/i386/cpuinfo.h
@@ -496,6 +496,8 @@ get_intel_cpu (struct __processor_model *cpu_model,
     case 0x9a:
     case 0xbf:
       /* Alder Lake.  */
+    case 0xb7:
+      /* Raptor Lake.  */
       cpu = "alderlake";
       CHECK___builtin_cpu_is ("corei7");
       CHECK___builtin_cpu_is ("alderlake");
diff --git a/gcc/common/config/i386/i386-common.cc b/gcc/common/config/i386/i386-common.cc
index c0c2ad74d87..8d346245ddd 100644
--- a/gcc/common/config/i386/i386-common.cc
+++ b/gcc/common/config/i386/i386-common.cc
@@ -1929,6 +1929,8 @@ const pta processor_alias_table[] =
     M_CPU_SUBTYPE (INTEL_COREI7_SAPPHIRERAPIDS), P_PROC_AVX512F},
   {"alderlake", PROCESSOR_ALDERLAKE, CPU_HASWELL, PTA_ALDERLAKE,
     M_CPU_SUBTYPE (INTEL_COREI7_ALDERLAKE), P_PROC_AVX2},
+  {"raptorlake", PROCESSOR_ALDERLAKE, CPU_HASWELL, PTA_ALDERLAKE,
+    M_CPU_SUBTYPE (INTEL_COREI7_ALDERLAKE), P_PROC_AVX2},
   {"bonnell", PROCESSOR_BONNELL, CPU_ATOM, PTA_BONNELL,
     M_CPU_TYPE (INTEL_BONNELL), P_PROC_SSSE3},
   {"atom", PROCESSOR_BONNELL, CPU_ATOM, PTA_BONNELL,

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

only message in thread, other threads:[~2022-10-17  2:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-17  2:49 [gcc r13-3320] Initial Raptorlake Support Haochen Jiang

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