Thanks to visit codestin.com Credit goes to rustdoc.crud.net
pub type u64x2 = Simd<u64, 2>;
portable_simd
A 128-bit SIMD vector with two elements of type u64.
u64