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".

 Intel 64-bit

_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.

 Intel 64-bit

_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.

 Intel 64-bit
 
Some data for your search? Something else? whatever.