Function testz_m256
pub fn testz_m256(a: m256, b: m256) -> i32
Available on crate feature
dep_safe_arch
only.Expand description
Computes the bitwise AND of 256 bits in a
and
b
, returns 1 if the result is zero, otherwise 0.
- Intrinsic:
_mm256_testz_ps
- Assembly: vtestps ymm, ymm