Lokathor / wide

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

Add as_array_ref to all types, similar to to_array #112

Closed torokati44 closed 2 years ago

torokati44 commented 2 years ago

As per: https://github.com/Lokathor/wide/issues/111#issuecomment-990446169

I didn't call them as_slice because the sizes of all return types are known.

Lokathor commented 2 years ago

Oh excellent, this is better than as_slice.

Lokathor commented 2 years ago

released in 0.7.2

torokati44 commented 2 years ago

Awesome, thanks!