28.2.7 __builtin_divf_16
Description
Perform a 16-bit fixed point divide.
Prototype
int16_t __builtin_divf_16(int16_t x, int16_t y);Arguments
x - fixed point numerator
y - fixed point denominator
Return Value
Returns x/y.
Machine Instruction
divf.wError Messages
None.
