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