Function _mm512_andnot_ps

1.89.0 · Source
pub fn _mm512_andnot_ps(a: __m512, b: __m512) -> __m512
Expand description

Compute the bitwise NOT of packed single-precision (32-bit) floating point numbers in a and then bitwise AND with b and store the results in dst.

Intel’s Documentation