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

insert assert to find critical bitstreams

parent 236ae528
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1243,6 +1243,9 @@ Word16 maximum_exp_fx( /* o : index of the maximum value
            move16();
        }
#else
        // insert assert to find critical bitstreams
        assert( tmp != 0x7FFFFFFF );

        IF( LT_16( tmp, shr_sat( vec_fx[j], sub( exp, exp_vec[j] ) ) ) )
        {
            ind = j;