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

trigger more tests

parent 4e673657
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );