-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add u8x16::unpack_low/high (#147)
This commit adds u8x16::unpack_low and u8x16::unpack_high which is basically SSE2's unpack_low_i8_m128i and unpack_high_i8_m128i, but also allows SIMD128 and NEON backends.
- Loading branch information
1 parent
86ff930
commit 6ad5b3d
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters