tesseract/src/arch
Stefan Weil 8204ca0848 Add dot product implementation using std::inner_product
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-06-16 18:32:31 +02:00
..
dotproduct.cpp Add config variable for selection of dot product function 2018-12-01 00:19:28 +01:00
dotproduct.h Add config variable for selection of dot product function 2018-12-01 00:19:28 +01:00
dotproductavx.cpp Optimize calculation of dot product for double vectors with AVX 2019-02-20 17:45:38 +01:00
dotproductavx.h Fix line endings 2018-04-25 19:04:50 +02:00
dotproductsse.cpp More optimisations for IntSimdMatrix 2019-01-14 21:34:37 +01:00
dotproductsse.h More optimisations for IntSimdMatrix 2019-01-14 21:34:37 +01:00
intsimdmatrix.cpp Clean code for IntSimdMatrix 2019-01-14 21:34:37 +01: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 More optimisations for IntSimdMatrix 2019-01-14 21:34:37 +01:00
Makefile.am Remove unneeded 'SUBDIRS=' from 3 Makefile.am files 2019-04-04 19:31:39 +02:00
simddetect.cpp Add dot product implementation using std::inner_product 2019-06-16 18:32:31 +02:00
simddetect.h fix '--enable-visibility' build 2019-06-16 18:27:28 +02:00