Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix of FMA port to FAST_FLOAT: 8 float FPs fit in a single 256bit #1

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

GerHobbelt
Copy link

Tfloat patch 2 - bugfix for FMA FAST_FLOAT tesseract-ocr#3491

See commit: just merged your latest this morning and saw you had the same mistake as I had in tesseract-ocr#3490: 8 floats fit in 256 bits, contrasting 4 doubles. This corrects that and should produce correct numbers for DotProduct.

…vector (8x32) (contrasting 4 double FPs: 4*64)
@stweil
Copy link
Owner

stweil commented Jul 13, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants