Browse Source

Add support forZhaoxin KX7000

tags/v0.3.28^2
Martin Kroeker GitHub 2 years ago
parent
commit
758279605f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cpuid_x86.c

+ 1
- 0
cpuid_x86.c View File

@@ -2525,6 +2525,7 @@ int get_coretype(void){
case 0x7:
switch (exmodel) {
case 5:
case 6:
if (support_avx2())
return CORE_ZEN;
else


Loading…
Cancel
Save