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

x86: Implement polyvec_compress and polyvec_decompress in asm/intrincis #319

Closed
mkannwischer opened this issue Nov 3, 2024 · 1 comment
Labels
enhancement New feature or request x86_64

Comments

@mkannwischer
Copy link
Contributor

#224 identified polyvec_compress and polyvec_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.

@mkannwischer mkannwischer added enhancement New feature or request x86_64 labels Nov 3, 2024
@mkannwischer
Copy link
Contributor Author

Superseded by #474.

@mkannwischer mkannwischer closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request x86_64
Projects
None yet
Development

No branches or pull requests

1 participant