[__arm_]vmaxnmaq_m[_f16]
SIMD ISA | Return Type | Name | Arguments | Instruction Group | |
---|---|---|---|---|---|
Helium | float16x8_t | [__arm_]vmaxnmaq_m[_f16] | (float16x8_t a, float16x8_t b, mve_pred16_t p) | Vector arithmetic / Maximum | |
Description Find the floating-point maximum number of the elements in the source operands, and store the result in the corresponding destination elements. It 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 takes the absolute values of the elements from the destination vector 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 Qda result This intrinsic compiles to the following instructions: VMSR VPST VMAXNMAT.F16 Argument Preparation a register: Qdab register: Qmp register: Rp Architectures MVE |
Copyright © 1995-2025 Arm Limited (or its affiliates). All rights reserved.