simba
simba copied to clipboard
feat: add x1 portable_simd type aliases (`f32x1`, ...) and implementations of the corresponding traits
Until now they were not implemented, even though they are in rust nightly's core::simd. Besides creating an arbitrary limitation, this practically makes it more complicated & ugly to have lane-count generic code, as we cannot scale down to single-lane operations.
Pinging @sebcrozet : do you need more work on this PR or do you think it's mergeable as-is ? Thanks
Another ping @sebcrozet, thanks
Looking good, thank you! And thank you for the pings.