Update dynamic.c

Second part of "support Intel Avolon via Nehalem kernel"
This commit is contained in:
Martin Kroeker 2016-02-02 09:00:18 +01:00
parent d4adc71406
commit edae5b9300
1 changed files with 5 additions and 0 deletions

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: