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