Skip to content

Commit 816833c

Browse files
committed
temporarily removed timing
1 parent 7d8209a commit 816833c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,15 +1226,15 @@ static int test_mp_read_radix(void)
12261226
fprintf(stderr,"SLOW: %.10f, FAST: %.10f\n", (double)t_slow/(double)CLOCKS_PER_SEC,
12271227
(double)t_fast/(double)CLOCKS_PER_SEC);
12281228

1229-
/* Check if the branching works. */
1229+
/* Check if the branching works.
12301230
if (MP_HAS(S_MP_FASTER_READ_RADIX) && MP_HAS(S_MP_FASTER_TO_RADIX)) {
12311231
if (t_fast > t_slow) {
12321232
fprintf(stderr, "Timing suspicious in test_mp_read_radix. No fast multiplication? Cut-off too low?\n");
12331233
DO(mp_fwrite(&a, 16, stderr));
12341234
goto LBL_ERR;
12351235
}
12361236
}
1237-
1237+
*/
12381238

12391239
free(buffer);
12401240

0 commit comments

Comments
 (0)