28.2.34 __builtin_fmin_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 sign of the excess value.

Prototype

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

Arguments

value – Data value

low – Minimum limit value

excess – excess over limit

Machine Instruction

fmin.v

(when used with __builtin_fminv_excess)

Error Messages

None