pulley_interpreter::encode

Function vinsertf64

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

dst = src1; dst[lane] = src2