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

fix movemask for i16 avx2 #139

Closed mcroomp closed 10 months ago

mcroomp commented 10 months ago

Bug in the AVX2 implementation of movemask. Added more extensive tests.