Tool/software: TI C/C++ Compiler
Hi,
As per c28x compiler manual, section 2.3.3, setting the fp_mode = relaxed will result in faster code but the result does not conform with ISO standards and will have some loss of accuracy. Is there any formula or pattern which can help me to find the difference in the results in any floating point operations when the mode is relaxed compared to the strict mode? Do we have any ways to predict the amount of the loss of accuracy in relaxed mode in any floating point operations?
Thanks,
Aditya