Loading lib_com/basop32.h +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ static INLINE Word16 i_mult_sat( Word16 a, Word16 b ) /* integer Mpy with satura #ifdef BASOP_WATCH_i_mult_sat static Word32 BASOP_WATCH_i_mult_sat_Cnt = 0; if ( BASOP_WATCH_i_mult_sat_Cnt == 0 ) if (( BASOP_WATCH_i_mult_sat_Cnt == 0 ) || 1) { Word16 c1 = a * b; /* emulate strange behaviour interpreting product as 16-bit */ if ( (Word32) c1 != c ) Loading Loading
lib_com/basop32.h +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ static INLINE Word16 i_mult_sat( Word16 a, Word16 b ) /* integer Mpy with satura #ifdef BASOP_WATCH_i_mult_sat static Word32 BASOP_WATCH_i_mult_sat_Cnt = 0; if ( BASOP_WATCH_i_mult_sat_Cnt == 0 ) if (( BASOP_WATCH_i_mult_sat_Cnt == 0 ) || 1) { Word16 c1 = a * b; /* emulate strange behaviour interpreting product as 16-bit */ if ( (Word32) c1 != c ) Loading