Merge pull request #4760 from martin-frbg/zhaoxin7k
Add cpuid for Zhaoxin KX-7000
This commit is contained in:
@@ -2525,6 +2525,7 @@ int get_coretype(void){
|
||||
case 0x7:
|
||||
switch (exmodel) {
|
||||
case 5:
|
||||
case 6:
|
||||
if (support_avx2())
|
||||
return CORE_ZEN;
|
||||
else
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user