SIMD ISAReturn TypeNameArgumentsInstruction Group
Heliumuint16x8_t[__arm_]vmaxq[_u16](uint16x8_t a, uint16x8_t b)Vector arithmetic / Maximum
Description
Find the maximum value of the elements in the source operands, and store the result in the corresponding destination elements. The absolute variant takes the elements from the destination vector, treating them as unsigned, and compares them to the absolute values of the corresponding elements in the source vector. The larger values are stored back into the destination vector.
Results
Qd result
This intrinsic compiles to the following instructions:

VMAX.U16 Qd,Qn,Qm

Argument Preparation
a register: Qnb register: Qm
Architectures
MVE