[][src]Function core::arch::mips::__msa_bnz_v

pub unsafe fn __msa_bnz_v(a: v16u8) -> i32
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on MIPS and target feature msa only.

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.