#include <simddetect.h>
Definition at line 23 of file simddetect.h.
◆ IsAVX2Available()
static bool SIMDDetect::IsAVX2Available |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file simddetect.h.
28 {
return detector.avx2_available_; }
◆ IsAVX512BWAvailable()
static bool SIMDDetect::IsAVX512BWAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 34 of file simddetect.h.
35 return detector.avx512BW_available_;
◆ IsAVX512FAvailable()
static bool SIMDDetect::IsAVX512FAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 30 of file simddetect.h.
31 return detector.avx512F_available_;
◆ IsAVXAvailable()
static bool SIMDDetect::IsAVXAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 26 of file simddetect.h.
26 {
return detector.avx_available_; }
◆ IsSSEAvailable()
static bool SIMDDetect::IsSSEAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 38 of file simddetect.h.
38 {
return detector.sse_available_; }
The documentation for this class was generated from the following files:
- /home/stweil/src/github/tesseract-ocr/tesseract/arch/simddetect.h
- /home/stweil/src/github/tesseract-ocr/tesseract/arch/simddetect.cpp