pub type i32x16 = Simd<i32, 16>;
portable_simd
A 512-bit SIMD vector with 16 elements of type i32.
i32