pub type i64x8 = Simd<i64, 8>;
portable_simd
A SIMD vector with eight elements of type i64.
i64
struct i64x8(/* private fields */);