Update dynamic.c
This commit is contained in:
parent
ac7b6e3e9a
commit
8be027e4c6
|
@ -82,7 +82,7 @@ extern gotoblas_t gotoblas_ZEN;
|
||||||
#ifndef NO_AVX512
|
#ifndef NO_AVX512
|
||||||
extern gotoblas_t gotoblas_SKYLAKEX;
|
extern gotoblas_t gotoblas_SKYLAKEX;
|
||||||
#else
|
#else
|
||||||
#define gotoblas_SKYLAKEX gotoblas_HASWELL;
|
#define gotoblas_SKYLAKEX gotoblas_HASWELL
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue