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