/******************************************************************************** * File: Step2.c * * Description: This microbenchmark answers the question: * Are there (L - 1) bits of local component or * (2*L - 1) bits of global component? * * Date: April 2002 * * Author: M.Milenkovic - milena@computer.org **********************************************************************************/ #define L 9 /* pattern length */ void main(void) { int long unsigned i; /* loop index */ int a=1; /* variable with conditional assignment*/ int long unsigned liter = 10000000; /* number of iterations */ for (i=0; i