Expose the support_avx512 function provided in dynamic.c
This commit is contained in:
parent
8229c163b7
commit
79fd006c58
2
common.h
2
common.h
|
@ -657,6 +657,8 @@ void gotoblas_dynamic_init(void);
|
||||||
void gotoblas_dynamic_quit(void);
|
void gotoblas_dynamic_quit(void);
|
||||||
void gotoblas_profile_init(void);
|
void gotoblas_profile_init(void);
|
||||||
void gotoblas_profile_quit(void);
|
void gotoblas_profile_quit(void);
|
||||||
|
|
||||||
|
int support_avx512(void);
|
||||||
|
|
||||||
#ifdef USE_OPENMP
|
#ifdef USE_OPENMP
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue