[][src]Function core_arch::mips::__msa_mini_u_d

pub unsafe fn __msa_mini_u_d(a: v2u64, imm5: i32) -> v2u64
🔬 This is a nightly-only experimental API. (stdsimd)
This is supported on MIPS 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)