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