Function v128_not
#[target_feature(enable = "simd128")]
pub fn v128_not(a: v128) -> v128
Flips each bit of the 128-bit input vector.
v128_not#[target_feature(enable = "simd128")]
pub fn v128_not(a: v128) -> v128
Flips each bit of the 128-bit input vector.