simba::simd

Type Alias AutoF32x8

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

Aliased Type§

struct AutoF32x8(pub [f32; 8]);

Fields§

§0: [f32; 8]