Commit f8c617e7 authored by vaillancour's avatar vaillancour
Browse files

remove 1 not necessary move()

parent 307b1e39
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ void residu_ivas_fx(
    FOR( i = 0; i < l; i++ )
    {
        s64 = W_mult_32_16( x[i], a[0] );
        move32();
        FOR( j = 1; j <= m; j++ )
        {
            s64 = W_mac_32_16( s64, x[i - j], a[j] );