pub type Avx512Bf4 = Vector<Bf4, Avx512>;Expand description
Concrete AVX-512 bfloat4 vector register (64 lanes).
Aliased Type§
#[repr(transparent)]pub struct Avx512Bf4 {
pub raw: [Bf4; 64],
/* private fields */
}Fields§
§raw: [Bf4; 64]The underlying raw vector register.