#include <simddetect.h>
Definition at line 25 of file simddetect.h.
◆ IsAVX2Available()
static bool SIMDDetect::IsAVX2Available |
( |
| ) |
|
|
inlinestatic |
Definition at line 30 of file simddetect.h.
30 {
return detector.avx2_available_; }
◆ IsAVX512BWAvailable()
static bool SIMDDetect::IsAVX512BWAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 36 of file simddetect.h.
37 return detector.avx512BW_available_;
◆ IsAVX512FAvailable()
static bool SIMDDetect::IsAVX512FAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 32 of file simddetect.h.
33 return detector.avx512F_available_;
◆ IsAVXAvailable()
static bool SIMDDetect::IsAVXAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 28 of file simddetect.h.
28 {
return detector.avx_available_; }
◆ IsSSEAvailable()
static bool SIMDDetect::IsSSEAvailable |
( |
| ) |
|
|
inlinestatic |
Definition at line 40 of file simddetect.h.
40 {
return detector.sse_available_; }
The documentation for this class was generated from the following files: