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