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