[1/2] i386: Add new model number for Arrow Lake
Checks
Context |
Check |
Description |
linaro-tcwg-bot/tcwg_gcc_build--master-arm |
success
|
Build passed
|
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 |
success
|
Build passed
|
Commit Message
gcc/ChangeLog:
* common/config/i386/cpuinfo.h (get_intel_cpu): Add new model
number for Arrow Lake.
---
gcc/common/config/i386/cpuinfo.h | 1 +
1 file changed, 1 insertion(+)
@@ -600,6 +600,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";