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:
@ -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):
|
||||
|
Reference in New Issue
Block a user