Diff
Not logged in

Differences From Artifact [13101c4f7f]:

To Artifact [9ef8bce591]:


132
133
134
135
136
137
138




132
133
134
135
136
137
138
139
140
141
142







+
+
+
+
     if (t2 < t1) break;
  }
  printf("KARATSUBA_MUL_CUTOFF = %d\n", y);
  printf("KARATSUBA_SQR_CUTOFF = %d\n", x);

  return 0;
}

/* $Source: /root/tcl/repos-to-convert/tcl/libtommath/etc/tune.c,v $ */
/* $Revision: 1.1.1.2.2.2 $ */
/* $Date: 2008/01/22 16:55:28 $ */