Skip to main content

VectorI16

Type Alias VectorI16 

Source
pub type VectorI16<A> = Vector<I16, A>;
Expand description

Generic i16 SIMD vector register.

Aliased Type§

#[repr(transparent)]
pub struct VectorI16<A> { pub raw: <A as SimdKernel<I16>>::Vector, /* private fields */ }

Fields§

§raw: <A as SimdKernel<I16>>::Vector

The underlying raw vector register.