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

Add ZEN4 Phoenix detection (#328)

This commit is contained in:
Mykola Hohsadze
2023-09-05 15:13:27 +03:00
committed by GitHub
parent fd4ffc1632
commit 199d299ce5
2 changed files with 16 additions and 0 deletions

View File

@ -834,6 +834,7 @@ X86Microarchitecture GetX86Microarchitecture(const X86Info* info) {
return AMD_ZEN3;
case CPUID(0x19, 0x10):
case CPUID(0x19, 0x61):
case CPUID(0x19, 0x74):
// https://en.wikichip.org/wiki/amd/microarchitectures/zen_4
return AMD_ZEN4;
default: