AutoF32x16

Type Alias AutoF32x16 

Source
pub type AutoF32x16 = AutoSimd<[f32; 16]>;

Aliased Type§

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

Tuple Fields§

§0: [f32; 16]