pub type u64x2 = Simd<u64, 2_usize>;
🔬 This is a nightly-only experimental API. (portable_simd)
Expand description

Vector of two u64 values