pub type i32x1 = Simd<i32, $num_elements>;
portable_simd
A SIMD vector with one element of type i32.
i32
struct i32x1(/* private fields */);