Function core::arch::mips::__msa_fmin_d [−][src]
This is supported on MIPS and target feature
msa
only.Expand description
Vector Floating-Point Minimum
The smallest values between corresponding floating-point elements in vector a
(two 64-bit floating point numbers) and vector b
(two 64-bit floating point numbers)
are written to vector (two 64-bit floating point numbers).