各位,我想请教一下哪位用过Qsqrt这个开方函数,我目前已经包含了Qmath库了但编译还会报没有声明这个qsqrt函数。这个函数和sqrt有什么区别,在哪可以看到这个函数的原型?望高手不啬赐教!谢谢!
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.
各位,我想请教一下哪位用过Qsqrt这个开方函数,我目前已经包含了Qmath库了但编译还会报没有声明这个qsqrt函数。这个函数和sqrt有什么区别,在哪可以看到这个函数的原型?望高手不啬赐教!谢谢!
是的。
IQmath: High Accuracy Mathematical Functions (32-bit implementation).
QMATH: Fixed Point Mathematical computation
下面的附件给出了qmath.lib,
感谢您给我提供的函数库。我把qmath.lib加到我项目中后编译会出现下面的提示信息:
"../lib/qmath.lib<qsqrt.obj>" specifies ISA revision "C2700", which is not compatible with ISA revision "C2800" specified in a previous file or on the command line
请问如何解决?谢谢!