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.

运行支持的算术程序的调用问题



请问大神,像这样的运行支持库函数__c6xabi_divf (float, float),__c6xabi_divd (double, double),C或者线性汇编可以直接调用吗?或者说他们如何使用

  • 编译器会根据代码自动将相关的运算处理替换为相应的run-time support function。如果需要可以对这些源码进行修改加到工程中调用,这些源码见ccsv5\tools\compiler\c6000_7.4.2\lib\rtssrc.zip