pub type i64x2 = Simd<i64, 2>;
portable_simd
A SIMD vector with two elements of type i64.
i64
struct i64x2(/* private fields */);