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