f32x4

Type Alias f32x4 

Source
pub type f32x4 = Simd<f32x4>;

Aliased Type§

#[repr(transparent)]
pub struct f32x4(pub Simd<f32, 4>);

Tuple Fields§

§0: Simd<f32, 4>