Loading lib_com/tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2185,7 +2185,7 @@ Word16 maximum_exp_fx( #endif /* if(vec[j] > vec[ind]) */ /* if ( L_mac0_sat( L_shl_sat( L_deposit_l( vec_fx[j] ), tmp ), vec_fx[ind], -0x0001 ) > 0 ) */ if( GT_32( L_shr_sat( L_deposit_l( vec_fx[j]), negate(tmp) , L_deposit_l( vec_fx[ind] )))) if( GT_32( L_shr_sat( L_deposit_l( vec_fx[j]), negate(tmp)) , L_deposit_l( vec_fx[ind] ))) { ind = j; move16(); Loading Loading
lib_com/tools_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -2185,7 +2185,7 @@ Word16 maximum_exp_fx( #endif /* if(vec[j] > vec[ind]) */ /* if ( L_mac0_sat( L_shl_sat( L_deposit_l( vec_fx[j] ), tmp ), vec_fx[ind], -0x0001 ) > 0 ) */ if( GT_32( L_shr_sat( L_deposit_l( vec_fx[j]), negate(tmp) , L_deposit_l( vec_fx[ind] )))) if( GT_32( L_shr_sat( L_deposit_l( vec_fx[j]), negate(tmp)) , L_deposit_l( vec_fx[ind] ))) { ind = j; move16(); Loading