Browse Source

Update dynamic.c

Second part of "support Intel Avolon via Nehalem kernel"
pull/769/head
Martin Kroeker 10 years ago
parent
commit
edae5b9300
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      driver/others/dynamic.c

+ 5
- 0
driver/others/dynamic.c View File

@@ -281,6 +281,11 @@ static gotoblas_t *get_coretype(void){
return &gotoblas_NEHALEM; //OS doesn't support AVX. Use old kernels.
}
}
//Intel Avolon
if (model == 13) {
openblas_warning(FALLBACK_VERBOSE, NEHALEM_FALLBACK);
return &gotoblas_NEHALEM;
}
return NULL;
}
case 0xf:


Loading…
Cancel
Save