Expose the support_avx512 function provided in dynamic.c
This commit is contained in:
parent
8229c163b7
commit
79fd006c58
2
common.h
2
common.h
|
@ -658,6 +658,8 @@ 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
|
||||||
|
|
||||||
#ifndef C_MSVC
|
#ifndef C_MSVC
|
||||||
|
|
Loading…
Reference in New Issue