Update dynamic.c
Add Braswell (extended model 4, model 12) N3150 as Nehalem
This commit is contained in:
parent
9b69d8a8e5
commit
7de829f713
|
@ -261,8 +261,8 @@ 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 Avoton
|
//Intel Braswell / Avoton
|
||||||
if (model == 13) {
|
if (model == 12 || model == 13) {
|
||||||
openblas_warning(FALLBACK_VERBOSE, NEHALEM_FALLBACK);
|
openblas_warning(FALLBACK_VERBOSE, NEHALEM_FALLBACK);
|
||||||
return &gotoblas_NEHALEM;
|
return &gotoblas_NEHALEM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue