28.2.35 __builtin_fminv_excess

Description

Force (Signed) Data Range Minimum Limit with Limit Excess Result. Compares a 16-bit signed data value to a minimum signed limit value.

Return the amount of the excess value.

Prototype

int16_t __builtin_fminv_excess(int16_t value, int16_t low, int16_t *excess);

Arguments

value – Data value

low – Minimum limit value

excess – excess over limit

Return Value

Return the value of the excess.

Machine Instruction

fmin.v

(when used with __builtin_fmin_excess)

Error Messages

None