17 #ifndef TESSERACT_ARCH_SIMDDETECT_H_ 18 #define TESSERACT_ARCH_SIMDDETECT_H_ 58 #endif // TESSERACT_ARCH_SIMDDETECT_H_ Definition: simddetect.h:25
static bool IsAVX512FAvailable()
Definition: simddetect.h:32
static TESS_API bool avx512F_available_
Definition: simddetect.h:52
static bool IsAVX512BWAvailable()
Definition: simddetect.h:36
static TESS_API bool sse_available_
Definition: simddetect.h:55
static TESS_API bool avx2_available_
Definition: simddetect.h:51
static bool IsAVXAvailable()
Definition: simddetect.h:28
static TESS_API bool avx512BW_available_
Definition: simddetect.h:53
SIMDDetect()
Definition: simddetect.cpp:50
static SIMDDetect detector
Definition: simddetect.h:48
static bool IsAVX2Available()
Definition: simddetect.h:30
static TESS_API bool avx_available_
Definition: simddetect.h:50
static bool IsSSEAvailable()
Definition: simddetect.h:40