Loading lib_com/syn_filt_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ void E_UTIL_synthesis_fx( const Word16 shift, const Word32 a[], const Word32 x[] #ifdef ISSUE_1836_replace_overflow_libcom L_tmp = L_shl_sat( L_tmp, q ); //??sat #else L_tmp = L_shl_o( L_tmp, q ); L_tmp = L_shl_o( L_tmp, q, &Overflow ); #endif *y++ = L_tmp; move32(); Loading Loading
lib_com/syn_filt_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ void E_UTIL_synthesis_fx( const Word16 shift, const Word32 a[], const Word32 x[] #ifdef ISSUE_1836_replace_overflow_libcom L_tmp = L_shl_sat( L_tmp, q ); //??sat #else L_tmp = L_shl_o( L_tmp, q ); L_tmp = L_shl_o( L_tmp, q, &Overflow ); #endif *y++ = L_tmp; move32(); Loading