pub type u64x8 = Simd<u64, 8>;
portable_simd
A 512-bit SIMD vector with eight elements of type u64.
u64
Converts to this type from the input type.