Hi team,
We are using the TMS320F28069 in our design and had some questions about the division on floating point numbers.
We have two numbers: A = 0x3f7fffff and B = 0x3f52b7db. When we do the operation B/A (B divided by A) on our TMS320F28069 with the C2000 6.4.6 compiler, we get 0x3f52b7dd as the result. When we run the algorithm on our 64 bit machine compiled with gcc 4.8.4, we are getting 0x3f52b7dc as the result.
What could be some reasons for the difference in the result?
Regards,
Akash Patel