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.
C28 FPU 和CLA 对1/X 和1/sqrt(X)操作一样
除法:Z = Y/X = Y * 1/X
平方根:Y = SQRT(X) = X * 1/sqrt(X)
CLA 没有的是取模, 例如:
5/3 = 1 , 5%3 = 2