summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2012-05-04 23:09:27 +0200
committerTorbjorn Granlund <tege@gmplib.org>2012-05-04 23:09:27 +0200
commitf8e64f7e891a3b80d185e072ab046f5a13185fdf (patch)
tree8422b6adef1d3d6ba002436eedfc008dcefa875a /tune
parentbcbc7eec04c8221b7be987e66aa5b2e784db72bc (diff)
downloadgmp-f8e64f7e891a3b80d185e072ab046f5a13185fdf.tar.gz
Measure POWM_SEC_TABLE after the REDC thresholds.
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index 18f209b9d..11ed0291b 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -2746,11 +2746,6 @@ all (void)
tune_sqrmod_bnm1 ();
printf("\n");
-#if 1
- tune_powm_sec ();
- printf("\n");
-#endif
-
tune_fft_mul ();
printf("\n");
@@ -2776,6 +2771,9 @@ all (void)
tune_mu_bdiv ();
printf("\n");
+ tune_powm_sec ();
+ printf("\n");
+
tune_matrix22_mul ();
tune_hgcd ();
tune_hgcd_appr ();