public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] x86: Update model values for Raptorlake.
@ 2023-08-14  4:37 Cui, Lili
  2023-08-14 14:19 ` Jonathan Wakely
  0 siblings, 1 reply; 4+ messages in thread
From: Cui, Lili @ 2023-08-14  4:37 UTC (permalink / raw)
  To: gcc-patches; +Cc: hongtao.liu

Committed as obvious, and backported to GCC13.

Lili.


Update model values for Raptorlake according to SDM.

gcc/ChangeLog

	* common/config/i386/cpuinfo.h (get_intel_cpu): Add model value 0xba
	to Raptorlake.
---
 gcc/common/config/i386/cpuinfo.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/common/config/i386/cpuinfo.h b/gcc/common/config/i386/cpuinfo.h
index ae48bc17771..dd7f0f6abfd 100644
--- a/gcc/common/config/i386/cpuinfo.h
+++ b/gcc/common/config/i386/cpuinfo.h
@@ -537,6 +537,7 @@ get_intel_cpu (struct __processor_model *cpu_model,
     case 0x9a:
       /* Alder Lake.  */
     case 0xb7:
+    case 0xba:
     case 0xbf:
       /* Raptor Lake.  */
     case 0xaa:
-- 
2.25.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-15  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-14  4:37 [PATCH] x86: Update model values for Raptorlake Cui, Lili
2023-08-14 14:19 ` Jonathan Wakely
2023-08-14 14:25   ` Jonathan Wakely
2023-08-15  2:14     ` Cui, Lili

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