diff --git a/lib_com/basop_util.c b/lib_com/basop_util.c index cef466471db4f1d2d9602c057a0f60a77e888c45..2cf026952034d06e2c56953c14f7dcaa118af3d8 100644 --- a/lib_com/basop_util.c +++ b/lib_com/basop_util.c @@ -45,9 +45,6 @@ #include "basop_settings.h" #include "cnst.h" - -#define WMC_TOOL_SKIP - extern const Word32 SqrtTable[32]; // Q31 extern const Word16 SqrtDiffTable[32]; /* Q15 */ @@ -2653,6 +2650,3 @@ cmplx CL_mult_32x16( cmplx input, cmplx_s coeff ) #endif return result; } - - -#undef WMC_TOOL_SKIP