-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-9019
-
-
C2000_21.12.0.STS
-
default
-
For C2000, with --float_support=fpu64, the user guide incorrectly shows below intrinsics which are not supported:
__fmin64(double x, double y)
__fmax64(double x, double y)
The compiler will automatically generate the MINF64/MAXF64 instructions when it detects C code with the min/max idiom in conditionals or ternary operators