Function core::arch::wasm32::u8x16_swizzle 1.54.0[−][src]
pub fn u8x16_swizzle(a: v128, s: v128) -> v128
This is supported on WebAssembly and target feature
simd128
only.Expand description
返回带有从第二个输入 vector s
中指定的第一个输入 vector a
的通道中选择的通道的新 vector。
范围 [0, 15] 中的索引 i
选择 a
的第 i 个元素。对于越界的索引,结果 lane 是 0。