Type Alias utils::simd::array256::U32Vector

source ·
pub type U32Vector = U32Vector<8>;
Expand description

Array vector with eight u32 lanes.

Aliased Type§

struct U32Vector(/* private fields */);