1
0
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:
Andrew Kurushin
2022-08-02 13:39:45 +03:00
committed by Mizux
parent cf7cd9824f
commit 349ef06634
2 changed files with 16 additions and 0 deletions

View File

@ -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):