simba::simd

Type Alias AutoF32x2

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

Aliased Type§

struct AutoF32x2(pub [f32; 2]);

Fields§

§0: [f32; 2]