pub unsafe fn permlanex16_u32<const FI: bool, const BOUND_CONTROL: bool>(
old: u32,
src0: u32,
src1: u32,
src2: u32,
) -> u32🔬This is a nightly-only experimental API. (
stdarch_amdgpu #149988)Available on
target_arch=amdgpu only.Expand description
Performs arbitrary gather-style operation across two rows (16 contiguous lanes) of the second input operand.
The third and fourth inputs must be uniform across the current wavefront. These are combined into a single 64-bit value representing lane selects used to swizzle within each row.