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