Type Alias simba::simd::AutoF32x8

source ·
pub type AutoF32x8 = AutoSimd<[f32; 8]>;

Aliased Type§

struct AutoF32x8(pub [f32; 8]);

Fields§

§0: [f32; 8]