Skip to main content

SimdMaskF4

Type Alias SimdMaskF4 

Source
pub type SimdMaskF4 = Mask<F4, PreferredArch>;
Expand description

Optimal float4 SIMD mask register compiled for the host.

Aliased Type§

#[repr(transparent)]
pub struct SimdMaskF4 { pub raw: [bool; 16], /* private fields */ }

Fields§

§raw: [bool; 16]

The underlying raw mask register or representation.