Browse Source

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

tags/v0.2.20^2
Elliot Saba 9 years ago
parent
commit
1d8ab99e09
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      driver/others/dynamic.c

+ 1
- 0
driver/others/dynamic.c 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())


Loading…
Cancel
Save