Type Alias simba::simd::AutoF32x2

source ·
pub type AutoF32x2 = AutoSimd<[f32; 2]>;

Aliased Type§

struct AutoF32x2(pub [f32; 2]);

Fields§

§0: [f32; 2]