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