summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--tune/tuneup.c8
2 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 460a88c4b..ece9f6aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-04 Torbjorn Granlund <tege@gmplib.org>
+
+ * tune/tuneup.c: Measure POWM_SEC_TABLE after the REDC thresholds.
+
2012-05-03 Torbjorn Granlund <tege@gmplib.org>
* mpn/generic/powm_sec.c: Use redc_2.
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 ();