Function safe_arch::testc_m256d
source ยท pub fn testc_m256d(a: m256d, b: m256d) -> 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:
_mm256_testc_pd
- Assembly: vtestpd ymm, ymm