28.2.77 __builtin_min_16 __builtin_min_32
Architecture
dsPIC33A
Description
Compare two arguments and return the smallest.
Prototype
int16_t __builtin_min(int16_t value1, int16_t value2);
int32_t __builtin_min(int32_t value1, int32_t value2);
Arguments
value1
– First argument to compare
value2
– Second argument to compare
Return Value
Returns the smallest argument between value1
and value2
.
Machine Instruction
min.w
min.l
Error Messages
None