simba::simd

Type Alias AutoF64x2

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

Aliased Type§

struct AutoF64x2(pub [f64; 2]);

Fields§

§0: [f64; 2]