pub unsafe fn _mm_andnot_ps(a: __m128, b: __m128) -> __m128
sse
包装的单精度 (32-bit) 浮点元素的按位与非运算。
为 a 和 b 中的每个位计算 !a & b。
a
b
!a & b
Intel’s documentation