Anyone knows how to do a multiplication of two 32-bit words in C?
From TMS320C6000 programmer's guide, I can find
_mpyhi() and _mpyli()
intrinsics for 16bit and 32bit multiplicaiton. But there is no intrinsic is defined for a multiplication of two 32-bit words.
Thanks.