You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
The text was updated successfully, but these errors were encountered:
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
#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.
The text was updated successfully, but these errors were encountered: