Type Alias simba::simd::AutoF32x16

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

Aliased Type§

struct AutoF32x16(pub [f32; 16]);

Fields§

§0: [f32; 16]