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