utils::simd::array4096

Type Alias U32Vector

Source
pub type U32Vector = U32Vector<128>;
Expand description

Array vector with 128 u32 lanes.

Aliased Typeยง

struct U32Vector(/* private fields */);