[−][src]Function core::arch::mips64::__msa_mini_u_d
pub unsafe fn __msa_mini_u_d(a: v2u64, imm5: i32) -> v2u64
This is supported on MIPS-64 and target feature
msa
only.Immediate Unsigned Minimum
Minimum values between unsigned elements in vector a
(two unsigned 64-bit integer numbers)
and the 5-bit unsigned immediate imm5
are written to vector
(two unsigned 64-bit integer numbers).