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