Update dynamic.c

Fix typo in comment (Avolon->Avoton)
This commit is contained in:
Martin Kroeker 2016-02-02 11:59:00 +01:00
parent edae5b9300
commit 1a1f3245d6
1 changed files with 1 additions and 1 deletions

View File

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