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