28.2.31 __builtin_fmax_excess
Description
Force (Signed) Data Range Maximum Limit with Limit Excess Result. Compares a 16-bit signed data value to a maximum signed limit value.
Return the sign of the excess value.
Prototype
int16_t __builtin_fmax_excess(int16_t value, int16_t high, int16_t *excess);
Arguments
value
– Data value
high
– Maximum limit value
excess
– excess over limit
Machine Instruction
fmax.v
(when used with __builtin_fmaxv_excess
)
Error Messages
None