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>>::VectorThe underlying raw vector register.