simba::simd

Type Alias AutoF64x4

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

Aliased Type§

struct AutoF64x4(pub [f64; 4]);

Fields§

§0: [f64; 4]