Commit 8c567d02 authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

remove WMC_TOOL_SKIP to allow complexity printout when WMOPS_DETAIL is activated

parent f5041511
Loading
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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