simba::simd

Type Alias AutoF64x8

Source
pub type AutoF64x8 = AutoSimd<[f64; 8]>;

Aliased Type§

struct AutoF64x8(pub [f64; 8]);

Fields§

§0: [f64; 8]