[Gmp-commit] /home/hgfiles/gmp: Add pi1 also to this function.

mercurial at gmplib.org mercurial at gmplib.org
Tue Dec 1 18:06:20 CET 2009


details:   /home/hgfiles/gmp/rev/616fb96f6ca9
changeset: 12950:616fb96f6ca9
user:      Torbjorn Granlund <tege at gmplib.org>
date:      Tue Dec 01 18:06:17 2009 +0100
description:
Add pi1 also to this function.

diffstat:

 ChangeLog                   |  3 +++
 mpn/generic/dcpi1_bdiv_qr.c |  2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 60825eb47636 -r 616fb96f6ca9 ChangeLog
--- a/ChangeLog	Tue Dec 01 18:03:52 2009 +0100
+++ b/ChangeLog	Tue Dec 01 18:06:17 2009 +0100
@@ -4,6 +4,9 @@
 
 2009-12-01  Torbjorn Granlund  <tege at gmplib.org>
 
+	* mpn/generic/dcpi1_bdiv_qr.c (mpn_dcpi1_bdiv_qr_n_itch): Add pi1 also
+	to this function.
+
 	* mpn/generic/dcpi1_bdiv_q.c: Get the mpn_sbpi1_bdiv_q call right.
 	Misc cleanups.
 
diff -r 60825eb47636 -r 616fb96f6ca9 mpn/generic/dcpi1_bdiv_qr.c
--- a/mpn/generic/dcpi1_bdiv_qr.c	Tue Dec 01 18:03:52 2009 +0100
+++ b/mpn/generic/dcpi1_bdiv_qr.c	Tue Dec 01 18:06:17 2009 +0100
@@ -42,7 +42,7 @@
    d must be odd. dinv is (-d)^-1 mod 2^GMP_NUMB_BITS. */
 
 mp_size_t
-mpn_dc_bdiv_qr_n_itch (mp_size_t n)
+mpn_dcpi1_bdiv_qr_n_itch (mp_size_t n)
 {
   return n;
 }


More information about the gmp-commit mailing list