Browse Source

Update dynamic.c

Fix typo in comment (Avolon->Avoton)
pull/769/head
Martin Kroeker 10 years ago
parent
commit
1a1f3245d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      driver/others/dynamic.c

+ 1
- 1
driver/others/dynamic.c View File

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


Loading…
Cancel
Save