Type Alias AutoF64x8

Source
pub type AutoF64x8 = AutoSimd<[f64; 8]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoF64x8(pub [f64; 8]);

Tuple Fields§

§0: [f64; 8]