Type Alias AutoF32x2

Source
pub type AutoF32x2 = AutoSimd<[f32; 2]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoF32x2(pub [f32; 2]);

Tuple Fields§

§0: [f32; 2]