Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/google/cpu_features.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykola Hohsadze <Mykola_Hohsadze@epam.com>2022-06-17 12:18:05 +0300
committerGitHub <noreply@github.com>2022-06-17 12:18:05 +0300
commit3c4801d12d9bec823d03a572f4f53cd42fa02b42 (patch)
tree43c12b757baf6cf5ee5c119a315a2359fb931635 /include
parent08f2dc115ead63161f56b7ada4a2092b61ce6083 (diff)
Add AMD ZEN 4 uarch and update detection (#243)
* Add AMD ZEN 4 uarch and update detection * Add tests via cpuid dump
Diffstat (limited to 'include')
-rw-r--r--include/cpuinfo_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cpuinfo_x86.h b/include/cpuinfo_x86.h
index 88daca4..46a9b73 100644
--- a/include/cpuinfo_x86.h
+++ b/include/cpuinfo_x86.h
@@ -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;