This code is vectofizable and easily split even among many parallel
processors. If the loop is fully unrolled, there would be thousands of
instructions that could be executed in parallel. An example of this type of
code is "FOR I = 1 TO 1000 DO A[I] = B[I] + C[I]".