Function v128_any_true

#[target_feature(enable = "simd128")]
pub fn v128_any_true(a: v128) -> bool

Returns true if any bit in a is set, or false otherwise.