mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-11 23:19:04 +08:00
a1a139cbd2
- Replace AVX_OPT, AVX2_OPT, FMA_OPT, SSE41_OPT - Replace AVX, AVX2, FMA, SSE4_1 - Write new HAVE_AVX, HAVE_AVX2, HAVE_FMA, HAVE_SSE4_1 into config_auto.h - Put related conditionals in Makefile.am in one place This makes the code clearer and fixes a log message in IntSimdMatrixTest.AVX2. Signed-off-by: Stefan Weil <sw@weilnetz.de> |
||
---|---|---|
.. | ||
dotproduct.cpp | ||
dotproduct.h | ||
dotproductavx.cpp | ||
dotproductfma.cpp | ||
dotproductsse.cpp | ||
intsimdmatrix.cpp | ||
intsimdmatrix.h | ||
intsimdmatrixavx2.cpp | ||
intsimdmatrixsse.cpp | ||
simddetect.cpp | ||
simddetect.h |