pub type SimdMaskF16 = Mask<F16, Scalar>;Expand description
Optimal f16 SIMD mask register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdMaskF16 {
pub raw: [bool; 8],
/* private fields */
}Fields§
§raw: [bool; 8]The underlying raw mask register or representation.