Commit 08fbe2db authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch...

Merge branch '1253-the-macro-wmc_tool_skip-in-basop_utils-c-prevents-the-complexity-from-being-printed-when' into 'main'

Resolve "The macro `WMC_TOOL_SKIP` in `basop_utils.c` prevents the complexity from being printed when `WMOPS_DETAIL` is activated"

Closes #1253

See merge request !1062
parents 8f74c3b0 8c567d02
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 */

@@ -2660,6 +2657,3 @@ cmplx CL_mult_32x16( cmplx input, cmplx_s coeff )
#endif
    return result;
}


#undef WMC_TOOL_SKIP