pulley_interpreter::encode

Function vwidenlow16x8_u

Source
pub fn vwidenlow16x8_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.