今天调用了C6x.h头文件,发现头文件里定义的函数没有针对float数据类型的_add函数,乘法也没有,只有针对double和int类型的
请问是我包含的头文件不对,还是本来就是没有针对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.
今天调用了C6x.h头文件,发现头文件里定义的函数没有针对float数据类型的_add函数,乘法也没有,只有针对double和int类型的
请问是我包含的头文件不对,还是本来就是没有针对float数据类型的加法和乘法?谢谢!