Tool/software: Code Composer Studio
Hi everybody ,
i m on latest CCS and using latest compiler
on processor wiki here : http://processors.wiki.ti.com/index.php/C2000_Performance_Tips_and_Tricks
I foudn this :
When TMU support is enabled and the --fp_mode=relaxed option is selected, the compiler will automatically replace library calls to these operations with hardware instructions. If the floating point mode is strict (the default setting, --fp_mode=strict), the compiler will issue performance advice if it encounters any opportunities for replacing library calls with TMU instructions
I was expecting to see warnings by compiler if mode =strict , but they do not happen .
if I put "relaxed " instead TMU is used
coudl you kindly clarify me how to get warnings when using STRICT and why you need this strict/relaxed option ?
thank you
bets regards
Carlo