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.

acoshdp.h

Other Parts Discussed in Thread: MATHLIB

请问 674X的mathlib 里的acoshdp.h 文件对应到 6678的mathlib  里,文件是如何命名的。


#if defined (_TMS320C6600)
#include <ti/mathlib/src/acoshdp/c66/acoshdp.h>
#include <ti/mathlib/src/acoshdp/c66/acoshdp_i.h>
#elif defined (_TMS320C6740)
#include <ti/mathlib/src/acoshdp/c674/acoshdp.h>
#include <ti/mathlib/src/acoshdp/c674/acoshdp_i.h>
#else
#error invalid target
#endif

以上的代码编译不通过,因为6678的mathlib里,没有这个文件。我猜,在6678里,命名规则已经变更了。