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