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

Detect Zen 3 (K19) cpus (#152)

Co-authored-by: natanbc <natanbc@users.noreply.github.com>
This commit is contained in:
natanbc
2021-02-25 17:47:39 -03:00
committed by GitHub
parent e2f6dea65f
commit 7ed0b0e50e
2 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,7 @@ typedef enum {
AMD_BULLDOZER, // K15
AMD_JAGUAR, // K16
AMD_ZEN, // K17
AMD_ZEN3, // K19
} X86Microarchitecture;
// Returns the underlying microarchitecture by looking at X86Info's vendor,