From 1d8ab99e0984e14591b3ea3b8294054682c18adb Mon Sep 17 00:00:00 2001 From: Elliot Saba Date: Fri, 10 Feb 2017 15:23:34 -0800 Subject: [PATCH] Add `exfamily == 9` case (Kaby Lake) to dynamic arch detection --- driver/others/dynamic.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index d569e7097..ee79dd531 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -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())