10 #include <cl_timing.h>
12 int main (int argc, char * argv[])
15 if ((argc >= 3) && !strcmp(argv[1],"-r")) {
16 repetitions = atoi(argv[2]);
21 extern int cl_cos_algo;
22 uintL len = atoi(argv[1]);
24 cl_LF one = cl_I_to_LF(1,len);
25 cl_F x = scale_float(random_F(one),-1);
28 cl_F x = sqrt(cl_I_to_LF(2,len))-1;
33 for (int rep = repetitions; rep > 0; rep--)
39 for (int rep = repetitions; rep > 0; rep--)