Type Alias simba::simd::AutoF64x8

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

Aliased Type§

struct AutoF64x8(pub [f64; 8]);

Fields§

§0: [f64; 8]