-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-6354
-
C2000_19.6.0.STS
-
-
default
-
None
-
TMU performance advice was updated to additionally emit advice for atanf, cosf, sinf, sqrt, atan2f.
In COFFABI, when TMU is enabled and --fp_mode=strict, the compiler emits this advice when atan, cos, sin, sqrt, atan2 are used:
advice #2614-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for atan.
The compiler should emit exactly the same advice for atanf, cosf, sinf, sqrt, atan2f in the same situation however, it does not.