Loading lib_com/basop_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -2592,8 +2592,8 @@ Word32 BASOP_Util_Add_Mant32Exp( scale_tmp = add( s_max( exp2, exp1 ), 1 ); tmp1 = L_shl( Mant1, sub( exp1, scale_tmp ) ); tmp2 = L_shl( Mant2, sub( exp2, scale_tmp ) ); tmp_res = L_add( tmp1, tmp2 ); scale_tmp2 = norm_l( tmp_res ); Loading Loading
lib_com/basop_util.c +1 −1 Original line number Diff line number Diff line Loading @@ -2592,8 +2592,8 @@ Word32 BASOP_Util_Add_Mant32Exp( scale_tmp = add( s_max( exp2, exp1 ), 1 ); tmp1 = L_shl( Mant1, sub( exp1, scale_tmp ) ); tmp2 = L_shl( Mant2, sub( exp2, scale_tmp ) ); tmp_res = L_add( tmp1, tmp2 ); scale_tmp2 = norm_l( tmp_res ); Loading