Skip to main content

Avx2I16

Type Alias Avx2I16 

Source
pub type Avx2I16 = Vector<I16, Avx2>;
Expand description

Concrete AVX2 i16 vector register (16 lanes).

Aliased Type§

#[repr(transparent)]
pub struct Avx2I16 { pub raw: [I16; 16], /* private fields */ }

Fields§

§raw: [I16; 16]

The underlying raw vector register.