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

Add AMD ZEN 4 uarch and update detection (#243)

* Add AMD ZEN 4 uarch and update detection

* Add tests via cpuid dump
This commit is contained in:
Mykola Hohsadze
2022-06-17 12:18:05 +03:00
committed by GitHub
parent 08f2dc115e
commit 3c4801d12d
3 changed files with 52 additions and 1 deletions

View File

@ -167,6 +167,7 @@ typedef enum {
AMD_ZEN_PLUS, // K17 ZEN+
AMD_ZEN2, // K17 ZEN 2
AMD_ZEN3, // K19 ZEN 3
AMD_ZEN4, // K19 ZEN 4
X86_MICROARCHITECTURE_LAST_,
} X86Microarchitecture;