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