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