From: Cui, Lili Date: Mon, 14 Aug 2023 02:06:00 +0000 (+0000) Subject: x86: Update model values for Raptorlake. X-Git-Tag: basepoints/gcc-15~6948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614052dd4ea083e086712809c754ffebd9361316;p=thirdparty%2Fgcc.git 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. --- diff --git a/gcc/common/config/i386/cpuinfo.h b/gcc/common/config/i386/cpuinfo.h index 13102b9c5dca..1383c018d8be 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: