pub type Avx2Bf8 = Vector<Bf8, Avx2>;Expand description
Concrete AVX2 bfloat8 vector register (32 lanes).
Aliased Type§
#[repr(transparent)]pub struct Avx2Bf8 {
pub raw: [Bf8; 32],
/* private fields */
}Fields§
§raw: [Bf8; 32]The underlying raw vector register.