Merge pull request #4760 from martin-frbg/zhaoxin7k

Add cpuid for Zhaoxin KX-7000
This commit is contained in:
Martin Kroeker 2024-06-20 11:08:30 +02:00 committed by GitHub
commit 0773695a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

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

View File

@ -927,6 +927,7 @@ static gotoblas_t *get_coretype(void){
case 0x7:
switch (exmodel) {
case 5:
case 6:
if (support_avx2())
return &gotoblas_ZEN;
else