simba::simd

Type Alias AutoF32x4

Source
pub type AutoF32x4 = AutoSimd<[f32; 4]>;

Aliased Type§

struct AutoF32x4(pub [f32; 4]);

Fields§

§0: [f32; 4]