Type Definition core::simd::mask64x8

source · []
pub type mask64x8 = Mask<i64, 8>;
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

A mask for SIMD vectors with eight elements of 64 bits.