Add `exfamily == 9` case (Kaby Lake) to dynamic arch detection
This commit is contained in:
parent
04b2b06665
commit
1d8ab99e09
|
@ -300,6 +300,7 @@ static gotoblas_t *get_coretype(void){
|
|||
return &gotoblas_NEHALEM;
|
||||
}
|
||||
return NULL;
|
||||
case 9:
|
||||
case 8:
|
||||
if (model == 14 ) { // Kaby Lake
|
||||
if(support_avx())
|
||||
|
|
Loading…
Reference in New Issue