Commit d46a16db authored by Manuel Jander's avatar Manuel Jander
Browse files

define M_PI for the time being.

parent b324bfbc
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2491,7 +2491,9 @@ static void singularVectorsAccumulationRight(
#ifdef IVAS_FLOAT_FIXED

#ifdef FIX_1010_OPT_GIVENS_AMAX_BMIN
#include <math.h> /* for M_PI */
#ifndef M_PI
#define M_PI 3.141592653589793 
#endif
#define NUM_REGIONS 1024
static Word32 alphaBeta[NUM_REGIONS][2];
static void get_alpha_beta(Word32 p, Word16 p_e, Word32 q, Word16 q_e, Word32 *alpha, Word32 *beta)