Commit f60bcdb2 authored by multrus's avatar multrus Committed by Sandesh Venkatesh
Browse files

implement review comment by vaillancourt

parent f0e3ade7
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -897,7 +897,8 @@ Word16 minimum_s(
#ifdef FIX_1105_OPT_MINIMUM_SL
        if ( LT_16( vec[i], vec[ind] ) )
        {
            ind = add( i, 0 );
            ind = i;
            move16();
        }
#else
        IF( LT_16( vec[i], tmp ) )
@@ -955,7 +956,8 @@ Word16 minimum_l(
#ifdef FIX_1105_OPT_MINIMUM_SL
        if ( LT_32( vec[i], vec[ind] ) )
        {
            ind = add( i, 0 );
            ind = i;
            move16();
        }
#else
        IF( LT_32( vec[i], tmp ) )