mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 10:05:02 +08:00
Initial Emeraldrapids Support
gcc/ChangeLog: * common/config/i386/cpuinfo.h (get_intel_cpu): Handle Emeraldrapids. * common/config/i386/i386-common.cc: Add Emeraldrapids.
This commit is contained in:
parent
9e74b7ec0b
commit
44baa34157
@ -551,6 +551,8 @@ get_intel_cpu (struct __processor_model *cpu_model,
|
||||
break;
|
||||
case 0x8f:
|
||||
/* Sapphire Rapids. */
|
||||
case 0xcf:
|
||||
/* Emerald Rapids. */
|
||||
cpu = "sapphirerapids";
|
||||
CHECK___builtin_cpu_is ("corei7");
|
||||
CHECK___builtin_cpu_is ("sapphirerapids");
|
||||
|
@ -2062,6 +2062,8 @@ const pta processor_alias_table[] =
|
||||
M_CPU_SUBTYPE (INTEL_COREI7_COOPERLAKE), P_PROC_AVX512F},
|
||||
{"sapphirerapids", PROCESSOR_SAPPHIRERAPIDS, CPU_HASWELL, PTA_SAPPHIRERAPIDS,
|
||||
M_CPU_SUBTYPE (INTEL_COREI7_SAPPHIRERAPIDS), P_PROC_AVX512F},
|
||||
{"emeraldrapids", PROCESSOR_SAPPHIRERAPIDS, CPU_HASWELL, PTA_SAPPHIRERAPIDS,
|
||||
M_CPU_SUBTYPE (INTEL_COREI7_SAPPHIRERAPIDS), P_PROC_AVX512F},
|
||||
{"alderlake", PROCESSOR_ALDERLAKE, CPU_HASWELL, PTA_ALDERLAKE,
|
||||
M_CPU_SUBTYPE (INTEL_COREI7_ALDERLAKE), P_PROC_AVX2},
|
||||
{"raptorlake", PROCESSOR_ALDERLAKE, CPU_HASWELL, PTA_ALDERLAKE,
|
||||
|
Loading…
Reference in New Issue
Block a user