SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumfloat16_t[__arm_]vminnmvq[_f16](float16_t a, float16x8_t b)Vector arithmetic / Minimum
Description
Find the minimum value of the elements in a vector register. Store the minimum value in the general-purpose destination register only if it is smaller than the starting value of the general-purpose destination register. The general-purpose register is read as the same width as the vector elements. For half-precision the upper half of the general-purpose register is cleared on writeback. This instruction handles NaNs in consistence with the IEEE754-2008 specification, and returns the numerical operand when one operand is numerical and the other is a quiet NaN. The absolute variant of the instruction compares the absolute value of vector elements.
Results
Rda result
This intrinsic compiles to the following instructions:

VMINNMV.F16 Rda,Qm

Argument Preparation
a register: Rdab register: Qm
Architectures
MVE