Type Alias U32Vector

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

Eight AVX512 vectors with 128 total u32 lanes.

Aliased Typeยง

pub struct U32Vector(/* private fields */);