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