mirror of
https://github.com/google/cpu_features.git
synced 2025-07-01 13:21:13 +02:00
add CometLake model 166
This commit is contained in:
@ -558,6 +558,7 @@ X86Microarchitecture GetX86Microarchitecture(const X86Info* info) {
|
||||
// https://en.wikichip.org/wiki/intel/microarchitectures/alder_lake
|
||||
return INTEL_ADL;
|
||||
case CPUID(0x06, 0xA5):
|
||||
case CPUID(0x06, 0xA6):
|
||||
// https://en.wikichip.org/wiki/intel/microarchitectures/comet_lake
|
||||
return INTEL_CML;
|
||||
case CPUID(0x06, 0xA7):
|
||||
|
Reference in New Issue
Block a user