hi
I am a newbie and trying to figure out the best way to multiply 2 32 bit signed numbers...
If anybody has tried it, do share some light...
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.
hi
I am a newbie and trying to figure out the best way to multiply 2 32 bit signed numbers...
If anybody has tried it, do share some light...
There is a 55x dsplib that has a mul32 function. The easiest thing would be to use that function directly. However, it requires that you do a block multiply of at least 4 products. If that doesn't fit your application then you could look at the included assembly code to see how it was implemented.
Brad