Function testc_m128d
pub fn testc_m128d(a: m128d, b: m128d) -> i32
Available on crate feature
dep_safe_arch
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