Type Alias AutoF32x8

Source
pub type AutoF32x8 = AutoSimd<[f32; 8]>;

Aliased Type§

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

Tuple Fields§

§0: [f32; 8]