Files
moonlight-common-c/nanors/deps/obl/autoshim.h
T

12 lines
162 B
C

#if defined(__AVX512F__)
#define OBLAS_AVX512
#else
#if defined(__AVX2__)
#define OBLAS_AVX2
#else
#if defined(__SSSE3__)
#define OBLAS_SSE3
#endif
#endif
#endif