Thanks to visit codestin.com Credit goes to rustdoc.crud.net
pub type f32x4 = Simd<f32, 4>;
portable_simd
A 128-bit SIMD vector with four elements of type f32.
f32