pub type u32x4 = Simd<u32, 4>;
portable_simd
A 128-bit SIMD vector with four elements of type u32.
u32