Lokathor / wide

A crate to help you go wide. By which I mean use SIMD stuff.
https://docs.rs/wide
zlib License
288 stars 24 forks source link

feat: add u8x16::unpack_low/high #147

Closed RRRadicalEdward closed 8 months ago

RRRadicalEdward commented 8 months ago

This PR 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 WASM SIMD128 and ARM NEON backends.

Lokathor commented 8 months ago

released in wide-0.7.14