pub fn vshuffle<E>(
into: &mut E,
dst: impl Into<VReg>,
src1: impl Into<VReg>,
src2: impl Into<VReg>,
mask: impl Into<u128>,
)
Available on crate feature
encode
only.Expand description
dst = shuffle(src1, src2, mask)