pulley_interpreter::encode

Function vwidenlow8x16_u

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

Widens the low lanes of the input vector, as unsigned, to twice the width.