_mm_test_all_ones

Return 1 if all bits in a are all 1's. Else return 0.

nothrow @nogc @safe
int
_mm_test_all_ones
(
__m128i a
)

Meta