pub type i8x4 = Simd<i8, 4>;
portable_simd
A 32-bit SIMD vector with four elements of type i8.
i8
[u32; Self::N]