Type Alias simba::simd::AutoF64x4

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

Aliased Type§

struct AutoF64x4(pub [f64; 4]);

Fields§

§0: [f64; 4]