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