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.

c28x FPU vs CLA

Hi,

a = -1243.0 (0xC49B6000)

b = 1.4463812e-4 (0x3917AA00)

CLA result c=a*b = -0.1797852(0xBE38199B)

c28x FPU result c=a*b = -0.1797852(0xBE38199C)

How to explain the difference results of  CLA and FPU in hex format?

Which one is better accuracy ?

thanks,

Simen