Skip to content
Snippets Groups Projects
Commit 0fa76e35 authored by Cui, Lili's avatar Cui, Lili
Browse files

x86: Update model values for Raptorlake.

Update model values for Raptorlake according to SDM.

gcc/ChangeLog

	* common/config/i386/cpuinfo.h (get_intel_cpu): Add model value 0xba
	to Raptorlake.
parent 361ad1f9
No related branches found
No related tags found
No related merge requests found
......@@ -539,6 +539,8 @@ get_intel_cpu (struct __processor_model *cpu_model,
case 0xbf:
/* Alder Lake. */
case 0xb7:
case 0xba:
case 0xbf:
/* Raptor Lake. */
case 0xaa:
case 0xac:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment