Function core::arch::mips::__msa_mod_u_w [−][src]
This is supported on MIPS and target feature
msa
only.Expand description
Vector Unsigned Modulo
The unsigned integer elements in vector a
(four unsigned 32-bit integer numbers)
are divided by unsigned integer elements in vector b
(four unsigned 32-bit integer numbers).
The remainder of the same sign as the dividend is written to vector
(four unsigned 32-bit integer numbers). If a divisor element vector b
is zero,
the result value is UNPREDICTABLE.