您好
在 此处的 C2000编译器优化指南中 、
| FPU32 | float _fmax (float x、float y); | MAXF32dst、 src | 如果 src>dst、则将 src 复制到 dst。 |
无法找到 x 和 y 与 src 和 dst 的关系。
不仅如此、还有几条其他线路也存在这个问题。 有人可以澄清一下吗?
谢谢你。
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.
您好
在 此处的 C2000编译器优化指南中 、
| FPU32 | float _fmax (float x、float y); | MAXF32dst、 src | 如果 src>dst、则将 src 复制到 dst。 |
无法找到 x 和 y 与 src 和 dst 的关系。
不仅如此、还有几条其他线路也存在这个问题。 有人可以澄清一下吗?
谢谢你。