Some of the processors have a special library for fast calculating with fractional numbers (IQmath for C64+). Did c55 core have anything like that?
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.
Some of the processors have a special library for fast calculating with fractional numbers (IQmath for C64+). Did c55 core have anything like that?
there is no IQmath for C5000.
Some intrinsics might help you implement Q format. Please see page 182 of the:
TMS320C55x Optimizing C/C++ Compiler User’s Guide
Many more intrinsics are documented in the compiler release notes. You may need some of these if you are doing extended precision arithmetic.
It is also highly recommended to use mixed mode disassemby to see what the compiler is actually doing. You will often be surprised!