Function _mm_test_all_zeros

#[target_feature(enable = "sse4.1")]
pub const fn _mm_test_all_zeros(a: __m128i, mask: __m128i) -> i32

Tests whether the specified bits in a 128-bit integer vector are all zeros.

Arguments:

Returns:

Intel's documentation