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