_mm256_testc_ps

Compute the bitwise NOT of a and then AND with b, producing an intermediate value, and return 1 if the sign bit of each 32-bit element in the intermediate value is zero, otherwise return 0.

Meta