在28377D的CLA1代码中使用取余操作(cnt % 10),提示:
(Performance) Signed modulo operation was not eliminated during optimization. Using inefficient fallback; consider modifying code to not require this operation.
这个如何处理?谢谢!
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.
在28377D的CLA1代码中使用取余操作(cnt % 10),提示:
(Performance) Signed modulo operation was not eliminated during optimization. Using inefficient fallback; consider modifying code to not require this operation.
这个如何处理?谢谢!