Type Alias simba::simd::AutoF32x4

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

Aliased Type§

struct AutoF32x4(pub [f32; 4]);

Fields§

§0: [f32; 4]