在TMS320C6000 Optimizing Compiler User's Guide中
Table 8-9. Summary of Run-Time-Support Arithmetic Functions
例如__c6xabi_fltuf (uint)的功能是Convert unsigned integer to float
在程序中调用test_float = __c6xabi_fltuf(test_int);
运行后test_float结果不正确,想咨询该函数应该如何使用?
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.
在TMS320C6000 Optimizing Compiler User's Guide中
Table 8-9. Summary of Run-Time-Support Arithmetic Functions
例如__c6xabi_fltuf (uint)的功能是Convert unsigned integer to float
在程序中调用test_float = __c6xabi_fltuf(test_int);
运行后test_float结果不正确,想咨询该函数应该如何使用?