Most unsigned int SIMDs missing to_bitmask
What title says... Do you want a PR with that missing parts?
Yep. Int stuff in particular is usually missing methods compared to the float stuff, so PRs are welcome.
PR https://github.com/Lokathor/wide/pull/229
The integer shifts for the mmx registers also seem to be missing?
Rust never stabilized support for mmx, so it's not covered by explicit intrinsics usage.
OK sorry, I didn't properly grasp what this is implemented with explicit intrinsic usage (via [safe_arch](https://docs.rs/safe_arch))meant, never having used SSE before...
EDIT: scratch that, i32x4 shifts are there allright, dust in my eyes...
So... Does something missing or wrong with this PR?
Sorry, had limited rust time lately. The PR is merged now. I'll try to actually do a cargo release some time soon if I can.
Thank you.