pub unsafe fn perm(src0: u32, src1: u32, selector: u32) -> u32🔬This is a nightly-only experimental API. (
stdarch_amdgpu #149988)Available on
target_arch=amdgpu only.Expand description
Permute a 64-bit value.
selector selects between different patterns in which the 64-bit values represented by src0 and src1 are permuted.