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.
最近在看一个别人的工程文件文件时,发现别人有用Tivaware提供的IQmath库。我就在想tm4c不是已经有FPU了么?为什么还需要这种算法将浮点数转换定点数进行运算。于是在网上搜索了相关内容,有人说用FPU比用IQMATH快。如果是这样。那IQMATH库在tivaware中存在的意义在哪里?
这两个都可以起到优化作用的。FPU是硬件实现的加速。IQMATH是把运算针对Cortex-M4F又进行了优化。