tesseract/src/arch
2019-04-04 19:31:39 +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 Fix AVX2 support for Windows builds with MSC 2019-01-30 11:40:17 +01:00
simddetect.h Modernize and format code 2019-04-03 21:02:23 +02:00