Add `exfamily == 9` case (Kaby Lake) to dynamic arch detection

This commit is contained in:
Elliot Saba 2017-02-10 15:23:34 -08:00
parent 04b2b06665
commit 1d8ab99e09
1 changed files with 1 additions and 0 deletions

View File

@ -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())