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