Commit 3b46b48f authored by vaclav's avatar vaclav
Browse files

wrap set_f() into DEBUG_MODE_INFO

parent c5b383d5
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ static float mem_synth_snr[MAX_INPUT_CHANNELS][M];
   here we do not want to include prot.h due to its dependencies
 *--------------------------------------------------------------------*/

#ifdef DEBUG_MODE_INFO
static void set_f(
    float y[],      /* i/o: Vector to set               */
    const float a,  /* i  : Value to set the vector to  */
@@ -99,7 +100,7 @@ static void set_f(

    return;
}

#endif

static float sum2_f(
    const float *vec,  /* i  : input vector             */