1
0
mirror of https://github.com/google/cpu_features.git synced 2025-07-01 21:31:15 +02:00

Add Mendocino ZEN2 detection (#305)

This commit is contained in:
Mykola Hohsadze
2023-04-25 11:11:23 +03:00
committed by GitHub
parent 75ec988188
commit 0e9da93fac
2 changed files with 15 additions and 0 deletions

View File

@ -813,6 +813,7 @@ X86Microarchitecture GetX86Microarchitecture(const X86Info* info) {
case CPUID(0x17, 0x71):
case CPUID(0x17, 0x90):
case CPUID(0x17, 0x98):
case CPUID(0x17, 0xA0):
// https://en.wikichip.org/wiki/amd/microarchitectures/zen_2
return AMD_ZEN2;
case CPUID(0x19, 0x00):