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