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 as_array_mut to all types, similar to as_array_ref? #141

Closed tower120 closed 9 months ago

tower120 commented 9 months ago

What about having as_array_mut similar to as_array_ref?

I want it for bit manipulation.

tower120 commented 9 months ago

PR https://github.com/Lokathor/wide/pull/142 , in case you want that in wide

tower120 commented 9 months ago

Thanks for accepting PR!