Type Alias AutoF64x2

Source
pub type AutoF64x2 = AutoSimd<[f64; 2]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoF64x2(pub [f64; 2]);

Tuple Fields§

§0: [f64; 2]