Type Alias U32Vector

Source
pub type U32Vector = U32Vector<4, 32>;
Expand description

Four AVX2 vectors with thirty-two total u32 lanes.

Aliased Typeยง

struct U32Vector(/* private fields */);