Type Alias simba::simd::AutoF64x2

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

Aliased Type§

struct AutoF64x2(pub [f64; 2]);

Fields§

§0: [f64; 2]