Tags / Equivalents
_mm512_andnot_ps() on Intel 64-bit - AVX512
Compute the bitwise NOT of packed single-precision (32-bit) floating-point elements in "a" and then AND with "b", and store the results in "dst".
_mm_andnot_ps() on Intel 64-bit - SSE4.2
Purpose: Compute the bitwise NOT of packed single-precision (32-bit) floating-point elements in a and then AND with b, and store the results in ouput.
_mm256_andnot_ps() on Intel 64-bit - AVX2
Compute the bitwise NOT of packed single-precision (32-bit) floating-point elements in a and then AND with b, and store the results in output.