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.

C6678 的Intrisincs 函数函数中只有没有专门针对float运算的函数?



今天调用了C6x.h头文件,发现头文件里定义的函数没有针对float数据类型的_add函数,乘法也没有,只有针对double和int类型的

请问是我包含的头文件不对,还是本来就是没有针对float数据类型的加法和乘法?谢谢!