Tfloat patch 4: bugfixes for AVX2 FAST_FLOAT Extract8+16 implementations#3494
Closed
GerHobbelt wants to merge 11 commits intotesseract-ocr:masterfrom GerHobbelt:tfloat-patch-4
+982-255
Commits
Commits on Jul 13, 2021
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
bugfixing the AVX2 Extract8+16 codes, where there's lines like
__m256d scale01234567 = _mm256_loadu_ps(scales)
, i.e. loading float vectors into double vector types. Extract from tesseract-ocr#3490.committed