Function safe_arch::testc_m128d
source ยท pub fn testc_m128d(a: m128d, b: m128d) -> i32
Available with target feature
avx
only.Expand description
Compute the bitwise of sign bit NOT of a
and then AND with b
,
returns 1 if the result is zero, otherwise 0.
- Intrinsic:
_mm_testc_si128
- Assembly: vptest xmm, xmm