pulley_interpreter::encode

Function vnarrow16x8_u

Source
pub fn vnarrow16x8_u<E>(into: &mut E, operands: impl Into<BinaryOperands<VReg>>)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Narrows the two 16x8 vectors, assuming all input lanes are signed, to half the width. Narrowing is unsigned and saturating.