pub type u32x1 = Simd<u32, $num_elements>;
portable_simd
A SIMD vector with one element of type u32.
u32
struct u32x1(/* private fields */);