simba::simd

Type Alias AutoF32x16

Source
pub type AutoF32x16 = AutoSimd<[f32; 16]>;

Aliased Type§

struct AutoF32x16(pub [f32; 16]);

Fields§

§0: [f32; 16]