Browse Source

Add support for Comet Lake H & S

tags/v0.3.11^2
Martin Kroeker GitHub 5 years ago
parent
commit
584ef8d4ae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic.c

+ 1
- 1
driver/others/dynamic.c 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()) {


Loading…
Cancel
Save