Function core::arch::wasm32::v128_bitselect 1.54.0[−][src]
pub fn v128_bitselect(v1: v128, v2: v128, c: v128) -> v128
This is supported on WebAssembly and target feature
simd128
only.Expand description
使用 c
中的位掩码在 1 时从 v1
中选择位,在 0 时从 v2
中选择位。