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.
Tool/software: TI C/C++ Compiler
hi ,
Is there any intrinsic to do integer in to float multiplication and get the result in integer
Hi,
To my knowledge, there is no, but you may chain intrincics for integer to float conversion, single precision multiplication and float to integer extraction.
sandeep hugar said:Is there any intrinsic to do integer in to float multiplication and get the result in integer
Unfortunately, no. This is the same as asking if there is a single instruction which does that operation. And there is no such instruction.
Thanks and regards,
-George