Function testc_m256i
pub fn testc_m256i(a: m256i, b: m256i) -> i32
Available on crate feature
dep_safe_arch
only.Expand description
Compute the bitwise NOT of a
and then AND with b
,
returns 1 if the result is zero, otherwise 0.
- Intrinsic:
_mm256_testc_si256
- Assembly: vptest ymm, ymm