pub type f32x32 = Simd<f32, $num_elements>;
portable_simd
A SIMD vector with 32 elements of type f32.
f32
struct f32x32(/* private fields */);