Skip to main content

VectorI8

Type Alias VectorI8 

Source
pub type VectorI8<A> = Vector<I8, A>;
Expand description

Generic i8 SIMD vector register.

Aliased Type§

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

Fields§

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

The underlying raw vector register.