Skip to main content

Float4

Type Alias Float4 

Source
pub type Float4 = [f32; 4];
Expand description

Four-lane f32 vector used by the SIMD helpers backed by simd_float4.