Hi,
I have a requirement to divide two 32-bit signed integers on a fixed-point DSP (TMS320C6488). I currently have a fast pipelined implementation for unsigned integers which makes use of the intrinsic _mpy32u. Is there an analogous efficient implementation for signed integers that will avoid me from rolling out my own?
Regards,
Sandip