Commit bc34dd48 authored by malenov's avatar malenov
Browse files

leftover

parent c7579337
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static void passf4_1_16(
        ch[i + 4] = C_multr( c2, wa1[i] );
        ch[i + 8] = C_multr( c3, wa2[i] );
        ch[i + 12] = C_multr( c4, wa3[i] );
#if ( WMOPS )
#ifdef WMOPS
        multiCounter[currCounter].CL_move += 4;
#endif
    }
@@ -157,7 +157,7 @@ static void passf4_2_16(
        ch[k + 8] = C_sub( t2, t3 );
        ch[k + 4] = C_add( t1, t4 );
        ch[k + 12] = C_sub( t1, t4 );
#if ( WMOPS )
#ifdef WMOPS
        multiCounter[currCounter].CL_move += 4;
#endif
    }