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 methods from i32x4 for u32x4 #160

Open andyquinterom opened 1 month ago

andyquinterom commented 1 month ago

I see there are some methods like all or any that are implemented for i32x4 but not u32x4.

I could go ahead and implement them unless I am missing something.

Lokathor commented 1 month ago

That seems good.

Usually when a method is missing it's just because no one added it yet.

andyquinterom commented 1 month ago

Just send a PR with the desired changes :D