Add model number for Tiger Lake H (mobile variant)

This commit is contained in:
Martin Kroeker 2021-10-27 22:17:58 +02:00 committed by GitHub
parent f573ccd107
commit 22a616bd8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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