28.2.8 __builtin_divf_32
Description
Perform a 32-bit fixed point divide.
Prototype
int32_t __builtin_divf_32(int32_t x, int32_t y);Arguments
x - fixed point numerator
y - fixed point denominator
Return Value
Returns x/y.
Machine Instruction
divflError Messages
None.
