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