Function core::arch::mips::__msa_bnz_v

source ·
pub unsafe fn __msa_bnz_v(a: v16u8) -> i32
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on (MIPS or MIPS-64) and target feature msa and MIPS only.
Expand description

Immediate Branch If Not Zero (At Least One Element of Any Format Is Not Zero)

PC-relative branch if at least one bit in a (four unsigned 32-bit integer numbers) are not zero. i.e at least one element is not zero regardless of the data format.