pub type f32x1 = Simd<f32, 1>;
portable_simd
A SIMD vector with one element of type f32.
f32
struct f32x1(/* private fields */);