在线性汇编里有求倒数函数(需要做除法运算),即rcpsp。但是发现精度不够,现在如何调用C函数或者在汇编里直接精度补偿呢?求解
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.
在线性汇编里有求倒数函数(需要做除法运算),即rcpsp。但是发现精度不够,现在如何调用C函数或者在汇编里直接精度补偿呢?求解