-
Enhancement
-
Resolution: Unresolved
-
Not Prioritized
-
Code Generation Tools
-
CODEGEN-9721
-
C2000_21.6.0.LTS
-
default
A customer is building a system where safety is a very important concern. When using a code coverage tool, they found some issues with the implementation of floorf.
Some if conditions in it will never be false. Remove them.
Other lines of if-else code are difficult to understand, which makes code coverage much harder than otherwise. Simplify those lines.