Help for this page

Select Code to Download


  1. or download this
    for (q7 = 1; q7 < 128; ++q7) {
        if (q7 == 10 || q7 == 13) continue;
    ...
            UNROLL(q8)
        }
    }
    
  2. or download this
    for (q7 = 1; q7 < 128; ++q7) {
        if (q7 == 10 || q7 == 13) continue;
    ...
            UNROLL(q8)
        }
    }
    
  3. or download this
    for (q7 = 1; q7 < 128; ++q7) {
        if (q7 == 10 || q7 == 13) continue;
    ...
        s7 = s7arr[q7];
        // ... same UNROLL as before
    }