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