Add {u32,f32,...}xN
shorthand types for Simd<{u32,f32,...}, N>
#447
Labels
C-feature-request
Category: a feature request, i.e. not implemented / a PR
Shorthand types that are generic over lane count:
I've found it easier to write these compared to
Simd<u32, N>
(which I find quite noisy).And possibly the inverse, although not as useful(?):
This would be used in code that is generic over lane count, for example:
The text was updated successfully, but these errors were encountered: