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
#224 identified polyvec_compress and polyvec_decompress taking significant time on x86. Those should be implemented in intrincis/assembly.
polyvec_compress
polyvec_decompress
I hacked that part of the official Kyber AVX2 implementation into our implementation in https://github.com/pq-code-package/mlkem-c-aarch64/tree/polvec-decompress to confirm this results in a significant speed-up, but this needs some clean-up.
The text was updated successfully, but these errors were encountered:
Superseded by #474.
Sorry, something went wrong.
No branches or pull requests
#224 identified
polyvec_compress
andpolyvec_decompress
taking significant time on x86.Those should be implemented in intrincis/assembly.
I hacked that part of the official Kyber AVX2 implementation into our implementation in https://github.com/pq-code-package/mlkem-c-aarch64/tree/polvec-decompress to confirm this results in a significant speed-up, but this needs some clean-up.
The text was updated successfully, but these errors were encountered: