typo fix
This commit is contained in:
parent
5a51cf4576
commit
ef626c6824
|
@ -294,7 +294,7 @@ static gotoblas_t *get_coretype(void){
|
||||||
if (model == 5) {
|
if (model == 5) {
|
||||||
// Intel Skylake X
|
// Intel Skylake X
|
||||||
#ifndef NO_AVX512
|
#ifndef NO_AVX512
|
||||||
return $gotoblas_SKYLAKEX;
|
return &gotoblas_SKYLAKEX;
|
||||||
#else
|
#else
|
||||||
if(support_avx())
|
if(support_avx())
|
||||||
return &gotoblas_HASWELL;
|
return &gotoblas_HASWELL;
|
||||||
|
|
Loading…
Reference in New Issue