Function core::arch::wasm32::v128_bitselect
1.54.0 · source · pub fn v128_bitselect(v1: v128, v2: v128, c: v128) -> v128
Available on
target_family="wasm"
and target feature simd128
and WebAssembly only.Expand description
使用 c
中的位掩码选择 v1
为 1 和 v2
的位 0.