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

Use SVE widening loads for vint4(uint8_t*) #514

Merged
merged 1 commit into from
Nov 5, 2024
Merged

Use SVE widening loads for vint4(uint8_t*) #514

merged 1 commit into from
Nov 5, 2024

Conversation

solidpixel
Copy link
Contributor

Use SVE predicated widening loads for vint4() values constructed
from an array of byte values in memory.

Improves compressor performance by ~1.5% on Neoverse V2
with 128-bit SVE.

Fixes #509

@solidpixel solidpixel merged commit 418a4cd into main Nov 5, 2024
7 checks passed
@solidpixel solidpixel deleted the issue_509 branch November 5, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Try faster vint4 load from bytes for 128-bit SVE.
1 participant