Add the A12-9800 to the dynamic arch detection.

This commit is contained in:
Martin Köhler 2017-02-07 17:23:40 +01:00
parent d711588cf2
commit a31511dcea
1 changed files with 70 additions and 62 deletions

View File

@ -354,6 +354,14 @@ static gotoblas_t *get_coretype(void){
openblas_warning(FALLBACK_VERBOSE, BARCELONA_FALLBACK);
return &gotoblas_BARCELONA; //OS doesn't support AVX. Use old kernels.
}
}else if(model == 5) { // EXCAVATOR
if(support_avx())
return &gotoblas_EXCAVATOR;
else{
openblas_warning(FALLBACK_VERBOSE, BARCELONA_FALLBACK);
return &gotoblas_BARCELONA; //OS doesn't support AVX. Use old kernels.
}
}else if(model == 0){
if (exmodel == 1) {
//AMD Trinity