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

Study impact of native implementations of polyvec_compress + polyvec_decompress #474

Open
mkannwischer opened this issue Dec 3, 2024 · 0 comments
Labels
aarch64 enhancement New feature or request x86_64

Comments

@mkannwischer
Copy link
Contributor

mkannwischer commented Dec 3, 2024

#224 identified polyvec_compress/polyvec_decompress as major bottlenecks that may benefit from optimization (either assembly or nudging the compiler to do the right thing).
It turned out not to be necessary to do that at least with a recent compiler (gcc14), but it would still be good to study the impact once again and decide if we do want to make changes.

Would be good to study this once again for both x86_64 and AArch64.

@mkannwischer mkannwischer added enhancement New feature or request x86_64 labels Dec 3, 2024
@mkannwischer mkannwischer changed the title Study impact of AVX2 implementations of polyvec_compress + polyvec_decompress Study impact of native implementations of polyvec_compress + polyvec_decompress Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aarch64 enhancement New feature or request x86_64
Projects
None yet
Development

No branches or pull requests

1 participant