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