pub type i32x2 = Simd<i32, 2>;
portable_simd
A 64-bit SIMD vector with two elements of type i32.
i32
Converts to this type from the input type.