Function u64x2_all_true

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

Returns true if all lanes are non-zero, false otherwise.