From 758279605f905db17ebb664c972cca202068296f Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 20 Jun 2024 09:21:06 +0200 Subject: [PATCH] Add support forZhaoxin KX7000 --- cpuid_x86.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cpuid_x86.c b/cpuid_x86.c index 40735c563..e157232cf 100644 --- a/cpuid_x86.c +++ b/cpuid_x86.c @@ -2525,6 +2525,7 @@ int get_coretype(void){ case 0x7: switch (exmodel) { case 5: + case 6: if (support_avx2()) return CORE_ZEN; else