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