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