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