tesseract/src/arch
Stefan Weil 57ff90687d simd: Check whether the OS supports FMA, AVX, ...
The previous check was only for the MS compiler, but not for gcc and clang.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-02-23 16:34:35 +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 simd: Check whether the OS supports FMA, AVX, ... 2020-02-23 16:34:35 +01:00
simddetect.h Update includes to use <>. 2019-10-29 14:50:11 +03:00