Add support for Comet Lake H & S

This commit is contained in:
Martin Kroeker
2020-06-27 14:36:37 +02:00
committed by GitHub
parent 8dfda02e89
commit 584ef8d4ae
+1 -1
View File
@@ -619,7 +619,7 @@ static gotoblas_t *get_coretype(void){
}
}
case 10:
if (model == 6) {
if (model == 5 || model == 6) {
if(support_avx2())
return &gotoblas_HASWELL;
if(support_avx()) {