1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-02 05:33:17 +02:00

Add Intel Alder Lake N detection (#330)

This commit is contained in:
Mykola Hohsadze
2023-09-05 15:14:21 +03:00
committed by GitHub
parent 248aa1b938
commit aeaa84ecf4
2 changed files with 15 additions and 0 deletions

View File

@ -647,6 +647,7 @@ X86Microarchitecture GetX86Microarchitecture(const X86Info* info) {
}
case CPUID(0x06, 0x97):
case CPUID(0x06, 0x9A):
case CPUID(0x06, 0xBE):
// https://en.wikichip.org/wiki/intel/microarchitectures/alder_lake
return INTEL_ADL;
case CPUID(0x06, 0xA5):