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