Commit e605de18 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

activated critival code in tools_fx.c for testing

parent 1ef260bd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3300,7 +3300,7 @@ Word32 Calc_Energy_Autoscaled( /* o: Result (Energy)
            temp = mult_ro( *signal++, 16384, &Overflow );
            L_temp = L_mac0_o( L_temp, temp, temp, &Overflow );
        }
#ifdef ISSUE_1799_replace_L_shr_o__
#ifdef ISSUE_1799_replace_L_shr_o
        /*Overfloe will never happen because temp2 is always positive*/
        L_temp = L_shr( L_temp, temp2 );
#else