simba icon indicating copy to clipboard operation
simba copied to clipboard

feat: add x1 portable_simd type aliases (`f32x1`, ...) and implementations of the corresponding traits

Open aabizri opened this issue 9 months ago • 1 comments

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.

aabizri avatar Mar 04 '25 15:03 aabizri

Pinging @sebcrozet : do you need more work on this PR or do you think it's mergeable as-is ? Thanks

aabizri avatar Mar 31 '25 12:03 aabizri

Another ping @sebcrozet, thanks

aabizri avatar Sep 27 '25 21:09 aabizri

Looking good, thank you! And thank you for the pings.

sebcrozet avatar Sep 28 '25 09:09 sebcrozet