Type Alias U32Vector

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

Four AVX512 vectors with sixty-four total u32 lanes.

Aliased Typeยง

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