Skip to content

Commit c659e29

Browse files
committed
i386: Add new model number for Arrow Lake
gcc/ChangeLog: * common/config/i386/cpuinfo.h (get_intel_cpu): Add new model number for Arrow Lake.
1 parent de867e8 commit c659e29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/common/config/i386/cpuinfo.h

+1
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ get_intel_cpu (struct __processor_model *cpu_model,
600600
CHECK___builtin_cpu_is ("grandridge");
601601
cpu_model->__cpu_type = INTEL_GRANDRIDGE;
602602
break;
603+
case 0xb5:
603604
case 0xc5:
604605
/* Arrow Lake. */
605606
cpu = "arrowlake";

0 commit comments

Comments
 (0)