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