AutoF64x4

Type Alias AutoF64x4 

Source
pub type AutoF64x4 = AutoSimd<[f64; 4]>;

Aliased Type§

#[repr(align(16))]
pub struct AutoF64x4(pub [f64; 4]);

Tuple Fields§

§0: [f64; 4]