summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <torbjorng@google.com>2015-05-01 14:31:31 +0200
committerTorbjorn Granlund <torbjorng@google.com>2015-05-01 14:31:31 +0200
commitf38773dcec13735b3803546a31e86c7417aa8f0b (patch)
tree2638b8dc0f8e81993f4dd29a22e49fe73ba796a4 /tune
parent583616da0d29b42f3b9a27ab3eb71b1cb84ecd1b (diff)
downloadgmp-f38773dcec13735b3803546a31e86c7417aa8f0b.tar.gz
(all): Make GCD tuning last since it is not robust.
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index 6f0a44196..ff0adece6 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -2857,6 +2857,13 @@ all (void)
tune_powm_sec ();
printf("\n");
+ tune_get_str ();
+ tune_set_str ();
+ printf("\n");
+
+ tune_fac_ui ();
+ printf("\n");
+
tune_matrix22_mul ();
tune_hgcd ();
tune_hgcd_appr ();
@@ -2866,13 +2873,6 @@ all (void)
tune_jacobi_base ();
printf("\n");
- tune_get_str ();
- tune_set_str ();
- printf("\n");
-
- tune_fac_ui ();
- printf("\n");
-
time (&end_time);
printf ("/* Tuneup completed successfully, took %ld seconds */\n",
(long) (end_time - start_time));