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