Lokathor / wide

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

[type]::any() [type]::all() [type]::none() #41

Closed fu5ha closed 4 years ago

fu5ha commented 4 years ago

For use with "mask" values returned after comparison ops.

for example,

if thing.cmp_eq(other_thing).any() {
   // do_the_thing
}
Lokathor commented 4 years ago

hmmm