[Gmp-commit] /home/hgfiles/gmp: Call tune_mullo after tune_mulmod_bnm1 due to...
mercurial at gmplib.org
mercurial at gmplib.org
Mon Dec 21 14:23:48 CET 2009
details: /home/hgfiles/gmp/rev/4036bcf04357
changeset: 13155:4036bcf04357
user: Torbjorn Granlund <tege at gmplib.org>
date: Mon Dec 21 14:23:46 2009 +0100
description:
Call tune_mullo after tune_mulmod_bnm1 due to dependency.
diffstat:
ChangeLog | 3 +++
tune/tuneup.c | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r be8c3543286e -r 4036bcf04357 ChangeLog
--- a/ChangeLog Mon Dec 21 14:22:10 2009 +0100
+++ b/ChangeLog Mon Dec 21 14:23:46 2009 +0100
@@ -1,5 +1,8 @@
2009-12-21 Torbjorn Granlund <tege at gmplib.org>
+ * tune/tuneup.c (all): Call tune_mullo after tune_mulmod_bnm1 due to
+ dependency.
+
* mpn/generic/dcpi1_divappr_q.c: Add parameter ASSERTs.
* mpn/generic/dcpi1_div_q.c: Likewise.
* mpn/generic/dcpi1_div_qr.c: Change ASSERT to enforce dn >= 4.
diff -r be8c3543286e -r 4036bcf04357 tune/tuneup.c
--- a/tune/tuneup.c Mon Dec 21 14:22:10 2009 +0100
+++ b/tune/tuneup.c Mon Dec 21 14:23:46 2009 +0100
@@ -1972,11 +1972,11 @@
tune_fft_sqr ();
printf ("\n");
- tune_mullo ();
+ tune_mulmod_bnm1 ();
+ tune_sqrmod_bnm1 ();
printf("\n");
- tune_mulmod_bnm1 ();
- tune_sqrmod_bnm1 ();
+ tune_mullo ();
printf("\n");
tune_dc_div ();
More information about the gmp-commit
mailing list