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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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