Function testz_m128d
pub fn testz_m128d(a: m128d, b: m128d) -> i32
Available on crate feature
dep_safe_arch
only.Expand description
Computes the bitwise of sign bitAND of 256 bits in a
and
b
, returns 1 if the result is zero, otherwise 0.
- Intrinsic:
_mm_testz_pd
- Assembly: vtestpd xmm, xmm