pub type SimdF16 = Vector<F16, Scalar>;Expand description
Optimal f16 SIMD register compiled for the host.
Aliased Type§
#[repr(transparent)]pub struct SimdF16 {
pub raw: [F16; 8],
/* private fields */
}Fields§
§raw: [F16; 8]The underlying raw vector register.