pub type VectorF16<A> = Vector<F16, A>;Expand description
Generic standard f16 SIMD vector register.
Aliased Type§
#[repr(transparent)]pub struct VectorF16<A> {
pub raw: <A as SimdKernel<F16>>::Vector,
/* private fields */
}Fields§
§raw: <A as SimdKernel<F16>>::VectorThe underlying raw vector register.