public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Lili Cui <cuilili@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-2177] x86: Update model values for Alderlake, Rocketlake and Raptorlake.
Date: Thu, 29 Jun 2023 03:10:58 +0000 (GMT)	[thread overview]
Message-ID: <20230629031058.AFD983858D37@sourceware.org> (raw)

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

commit r14-2177-ge510c3be13a8ccdf1fc1b27c2501c126d493f335
Author: Cui, Lili <lili.cui@intel.com>
Date:   Thu Jun 29 03:10:35 2023 +0000

    x86: Update model values for Alderlake, Rocketlake and Raptorlake.
    
    Update model values for Alderlake, Rocketlake and Raptorlake according to SDM.
    
    gcc/ChangeLog
    
            * common/config/i386/cpuinfo.h (get_intel_cpu): Remove model value 0xa8
            from Rocketlake, move model value 0xbf from Alderlake to Raptorlake.

Diff:
---
 gcc/common/config/i386/cpuinfo.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gcc/common/config/i386/cpuinfo.h b/gcc/common/config/i386/cpuinfo.h
index 61559ed9de2..ae48bc17771 100644
--- a/gcc/common/config/i386/cpuinfo.h
+++ b/gcc/common/config/i386/cpuinfo.h
@@ -463,7 +463,6 @@ get_intel_cpu (struct __processor_model *cpu_model,
       cpu_model->__cpu_subtype = INTEL_COREI7_SKYLAKE;
       break;
     case 0xa7:
-    case 0xa8:
       /* Rocket Lake.  */
       cpu = "rocketlake";
       CHECK___builtin_cpu_is ("corei7");
@@ -536,9 +535,9 @@ get_intel_cpu (struct __processor_model *cpu_model,
       break;
     case 0x97:
     case 0x9a:
-    case 0xbf:
       /* Alder Lake.  */
     case 0xb7:
+    case 0xbf:
       /* Raptor Lake.  */
     case 0xaa:
     case 0xac:

                 reply	other threads:[~2023-06-29  3:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230629031058.AFD983858D37@sourceware.org \
    --to=cuilili@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).