We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of using 32bits arithmetic we can use 16 bits arithmetic.
The text was updated successfully, but these errors were encountered:
Here is a simulation: https://github.com/vrancurel/f4mul
Sorry, something went wrong.
Lâm, can you give it a try ?
We can probably further optimize the loop we do to adjust with SIMD operations themselves, e.g. with cmpeq_epu16(), etc
Bitfields operation are in fact unlikely so we can process them only if the bitmap != 0.
lamphamsy
No branches or pull requests
Instead of using 32bits arithmetic we can use 16 bits arithmetic.
The text was updated successfully, but these errors were encountered: