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