From 22a616bd8f9d89894fcb35dfd90414fea45e36c7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 27 Oct 2021 22:17:58 +0200 Subject: [PATCH] Add model number for Tiger Lake H (mobile variant) --- driver/others/dynamic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index 071788a9b..9fa3d2dc2 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -663,7 +663,7 @@ static gotoblas_t *get_coretype(void){ return NULL; case 9: case 8: - if (model == 12) { // Tiger Lake + if (model == 12 || model == 13) { // Tiger Lake if (support_avx512()) return &gotoblas_SKYLAKEX; if(support_avx2()){