This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Efficient i32 division and modulo for C6488 DSP

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