Lokathor / wide

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

Add from_slice_unaligned and move_mask to i16x8, i16x16, i32x8 and i32x16 #132

Closed mcroomp closed 1 year ago

mcroomp commented 1 year ago

Updated minimum rust version to 1.56, since this is the one that all the _MM_HINTS (otherwise safe_arch fails to compile)

Lokathor commented 1 year ago

I expect to have time for rust PRs tomorrow morning, should I review (and probably merge) this then?

mcroomp commented 1 year ago

Perfect... I think this is enough changes for one PR. Thanks!