diff --git a/include/lmms_math.h b/include/lmms_math.h index 0ec8ccc4916..2a32f0b211b 100644 --- a/include/lmms_math.h +++ b/include/lmms_math.h @@ -40,6 +40,12 @@ #ifndef isinff #define isinff(x) isinf(x) #endif +#ifndef _isnanf +#define _isnanf(x) isnan(x) +#endif +#ifndef _isinff +#define _isinff(x) isinf(x) +#endif #endif #ifdef __INTEL_COMPILER