Function v128_bitselect
#[target_feature(enable = "simd128")]
pub fn v128_bitselect(v1: v128, v2: v128, c: v128) -> v128
Use the bitmask in c to select bits from v1 when 1 and v2 when 0.
v128_bitselect#[target_feature(enable = "simd128")]
pub fn v128_bitselect(v1: v128, v2: v128, c: v128) -> v128
Use the bitmask in c to select bits from v1 when 1 and v2 when 0.