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