Home
last modified time | relevance | path

Searched refs:IsAVX2Available (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/arch/
H A Dsimddetect.h39 static inline bool IsAVX2Available() { in IsAVX2Available() function
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dintsimdmatrix_test.cc127 if (!SIMDDetect::IsAVX2Available()) { in TEST_F()
/dports/graphics/tesseract/tesseract-5.0.0/src/
H A Dtesseract.cpp152 if (tesseract::SIMDDetect::IsAVX2Available()) { in PrintVersionInfo()