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.

TDA4VM: [Bring up] -[A72] Floating point precision diff b/w debug and release mode in vision apps demo applications

Part Number: TDA4VM

Continuation of (+) 488-24527 TDAVM - [Bring up] -[A72] Floating point precision diff b/w debug and release mode in vision apps demo applications - Software QnA - Continental - ADCU5 - TI E2E support forums

Experiment observations for below TI suggestion

We are using standard GCC compiler for Linux, so could you please check/try few optimization options mentioned on below ticket, like -fexcess-precision=standard, -fno-unsafe-math-optimizations, -fno-fp-int-builtin-inexact etc..?

Experimented with $(_MODULE)_COPT by adding below options 

-fexcess-precision=standard

-fno-unsafe-math-optimizations

-fno-fp-int-builtin-inexact 

But observed no change in behaviour b/w debug and release mode.

Kindly let me know incase of any other option we need to experiment for the same.