tesseract/src/arch
Stefan Weil a1a139cbd2 Replace AVX_OPT, ..., AVX macros by HAVE_AVX, ... and clean related code
- 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>
2019-11-28 17:51:37 +01:00
..
dotproduct.cpp Add config variable for selection of dot product function 2018-12-01 00:19:28 +01:00
dotproduct.h arch: Reduce number of include files for dot product functions 2019-07-12 23:18:00 +02:00
dotproductavx.cpp arch: Reduce number of include files for dot product functions 2019-07-12 23:18:00 +02:00
dotproductfma.cpp Add dot product implementation for Intel FMA (double = tessdata_best) 2019-07-12 23:18:00 +02:00
dotproductsse.cpp arch: Reduce number of include files for dot product functions 2019-07-12 23:18:00 +02:00
intsimdmatrix.cpp Update includes to use <>. 2019-10-29 14:50:11 +03:00
intsimdmatrix.h Modernize and format code 2019-04-03 21:02:23 +02:00
intsimdmatrixavx2.cpp Improve readability of conditional code 2019-03-26 12:35:56 +01:00
intsimdmatrixsse.cpp arch: Reduce number of include files for dot product functions 2019-07-12 23:18:00 +02:00
simddetect.cpp Replace AVX_OPT, ..., AVX macros by HAVE_AVX, ... and clean related code 2019-11-28 17:51:37 +01:00
simddetect.h Update includes to use <>. 2019-10-29 14:50:11 +03:00