Skip to main content

VectorI32

Type Alias VectorI32 

Source
pub type VectorI32<A> = Vector<I32, A>;
Expand description

Generic i32 SIMD vector register.

Aliased Type§

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

Fields§

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

The underlying raw vector register.