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