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