pub type f16x32 = Simd<f16, 32>;
portable_simd
A SIMD vector with 32 elements of type f16.
f16
pub struct f16x32(/* private fields */);