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?