Add model number for Tiger Lake H (mobile variant)
This commit is contained in:
parent
f573ccd107
commit
22a616bd8f
|
@ -663,7 +663,7 @@ static gotoblas_t *get_coretype(void){
|
||||||
return NULL;
|
return NULL;
|
||||||
case 9:
|
case 9:
|
||||||
case 8:
|
case 8:
|
||||||
if (model == 12) { // Tiger Lake
|
if (model == 12 || model == 13) { // Tiger Lake
|
||||||
if (support_avx512())
|
if (support_avx512())
|
||||||
return &gotoblas_SKYLAKEX;
|
return &gotoblas_SKYLAKEX;
|
||||||
if(support_avx2()){
|
if(support_avx2()){
|
||||||
|
|
Loading…
Reference in New Issue