Type Alias utils::simd::array4096::U32Vector

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

Array vector with 128 u32 lanes.

Aliased Type§

struct U32Vector(/* private fields */);