_mm_test_all_zeros

Compute the bitwise AND of 128 bits (representing integer data) in a and mask, and return 1 if the result is zero, otherwise return 0.

  1. int _mm_test_all_zeros(__m128i a)
  2. int _mm_test_all_zeros(__m128i a, __m128i mask)
    nothrow @nogc @safe
    int
    _mm_test_all_zeros
    (
    __m128i a
    ,
    __m128i mask
    )

Meta