Fixes for incorrect TBS calculation and memory configuration [Issue-ID: ODUHIGH-338]
[o-du/l2.git] / src / cm / cm_math.h
index 83a5e63..a79d0ec 100755 (executable)
 #ifndef __CMMATHH__
 #define __CMMATHH__
 
+#include <math.h>
+
+#ifdef SS_FLOAT
+/* Math library function prototypes */
+uint32_t cmAbs ARGS((F64 val));
+F64 cmPow ARGS((F64 x, F64 y));
+F64 cmFloor ARGS((F64 x));
+F64 cmLog ARGS((F64 x));
+F64 cmLog10 ARGS((F64 x));
+#endif
+
+float cmLog2(uint32_t x);
+
 #endif /* __CMMATHH__ */
 
 \f