AutoF32x4

Type Alias AutoF32x4 

Source
pub type AutoF32x4 = AutoSimd<[f32; 4]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoF32x4(pub [f32; 4]);

Tuple Fields§

§0: [f32; 4]