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