Commit 5ca1c661 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

no change

parent 340c1458
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2183,7 +2183,7 @@ Word16 maximum_exp_fx(

        /* if(vec[j] > vec[ind])                                                                                                    //means   */
        /* if( GT_32(    L_shr_sat( L_deposit_l( vec_fx[j])), sub( exp_vec[ind], exp_vec[j] )  , L_deposit_l( vec_fx[ind] )))   //is like */
        if ( L_mac0_sat( L_shl_sat( L_deposit_l( vec_fx[j] ), tmp, s), vec_fx[ind], -0x0001 ) > 0 )
        if ( L_mac0_sat( L_shl_sat( L_deposit_l( vec_fx[j] ), tmp), vec_fx[ind], -0x0001 ) > 0 )
        {
            ind = j;
            move16();