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.

Compiler/TDA2PXEVM: Floating point operations in VCOP

Part Number: TDA2PXEVM

Tool/software: TI C/C++ Compiler

Hi,

I need to implement algorithm in EVE VCOP kernel which has floating-point operations.

1. How to handle floating-point operations in VCOP kernel?

2. If Q number system can be used to convert float type to Q number type, will this be supported in VCOP? Found that Q number operations are different from normal arithmetic operations. So, how to handle multiplication/division of Q numbers in VCOP kernel?