]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386: Add new model number for Arrow Lake
authorHaochen Jiang <haochen.jiang@intel.com>
Mon, 11 Nov 2024 02:52:33 +0000 (10:52 +0800)
committerHaochen Jiang <haochen.jiang@intel.com>
Mon, 11 Nov 2024 02:52:33 +0000 (10:52 +0800)
gcc/ChangeLog:

* common/config/i386/cpuinfo.h (get_intel_cpu): Add new model
number for Arrow Lake.

gcc/common/config/i386/cpuinfo.h

index 56427474b7be583ac5599dbfd83b823120f7284a..e2f1e2f5f46361c13c3ff1ef05c40bff001939df 100644 (file)
@@ -606,6 +606,7 @@ get_intel_cpu (struct __processor_model *cpu_model,
       CHECK___builtin_cpu_is ("grandridge");
       cpu_model->__cpu_type = INTEL_GRANDRIDGE;
       break;
+    case 0xb5:
     case 0xc5:
       /* Arrow Lake.  */
       cpu = "arrowlake";