These functions are already defined in math.h, so there's no need to define them again.
@@ -8,16 +8,6 @@
#define finite _finite
#endif
-static inline float fmaxf(float a, float b)
-{
- return a > b ? a : b;
-}
-
-static inline float fminf(float a, float b)
- return a < b ? a : b;
#define do_log(level, format, ...) \