Add support for Comet Lake H & S
This commit is contained in:
parent
8dfda02e89
commit
584ef8d4ae
|
@ -619,7 +619,7 @@ static gotoblas_t *get_coretype(void){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 10:
|
case 10:
|
||||||
if (model == 6) {
|
if (model == 5 || model == 6) {
|
||||||
if(support_avx2())
|
if(support_avx2())
|
||||||
return &gotoblas_HASWELL;
|
return &gotoblas_HASWELL;
|
||||||
if(support_avx()) {
|
if(support_avx()) {
|
||||||
|
|
Loading…
Reference in New Issue