28.2.9 __builtin_divf_3216
Description
Perform a mixed fixed point divide.
Prototype
int16_t __builtin_divf_3216(int32_t x, int16_t y);Arguments
x - fixed point numerator
y - fixed point denominator
Return Value
Returns x%y.
Machine Instruction
divf.lError Messages
None.
