tesseract/arch
Stefan Weil e663d00fbe Support AVX for 32 bit platforms
_mm256_extract_epi64 is not available for 32 bit platforms,
but it can be replaced by "a very simple workaround".

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-02-27 11:15:28 +01:00
..
dotproductavx.cpp Support AVX for 32 bit platforms 2017-02-27 11:15:28 +01:00
dotproductavx.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
dotproductsse.cpp Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
dotproductsse.h Added new LSTM-based neural network line recognizer 2016-11-07 15:38:07 -08:00
Makefile.am lstm: Move class SIMDDetect to new source file and improve code 2016-12-27 13:25:08 +01:00
simddetect.cpp Implement SIMD detection on macOS-gcc; complain if no SIMD detection 2017-01-23 13:41:03 +01:00
simddetect.h Fix windows dll build. 2016-12-28 23:32:52 +03:00