Function _mm_test_all_ones

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

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

Argument:

Returns:

Intel's documentation