Tool/software: Code Composer Studio
We are using TMS570LS3137 in our project and software development using CCS ( Version: 6.0.1.00040 ). We are analyzing all the erratas belongs to it. We happened to observe TI compiler errata "ARM floating point conversion routines do not support NaN".
we are not sure the impact of this errata and we are curious to know about it. when we try to simulate the NaN condition by following code and x has been assigned NaN. is this related to compiler errata?
Pseudo code:
float x;
x = 0.0f/0.0f;