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