Function i64x2_all_true
#[target_feature(enable = "simd128")]
pub fn i64x2_all_true(a: v128) -> bool
Returns true if all lanes are non-zero, false otherwise.
i64x2_all_true#[target_feature(enable = "simd128")]
pub fn i64x2_all_true(a: v128) -> bool
Returns true if all lanes are non-zero, false otherwise.