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