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