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

Support i8 -> i16 -> i32 extension in new SIMD API #625

Merged
merged 1 commit into from
Mar 17, 2025
Merged

Conversation

robertknight
Copy link
Owner

This will replace uses of load_extend_i8 in the old API. The new APIs are more efficient as they always expand one whole vec to two (1x 8-bit -> 2x 16-bit -> 4x 32-bit) whereas the previous API expanded 1/4 of an 8-bit vec to 1x 32-bit.

This will replace uses of `load_extend_i8` in the old API. The new APIs are more
efficient as they always expand one whole vec to two (1x 8-bit -> 2x 16-bit ->
4x 32-bit) whereas the previous API expanded 1/4 of an 8-bit vec to 1x 32-bit.
@robertknight robertknight merged commit 9c1b36f into main Mar 17, 2025
2 checks passed
@robertknight robertknight deleted the extend-i8-i32 branch March 17, 2025 19:51
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.

1 participant