summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-12-19 00:17:25 +0100
committerNiels Möller <nisse@lysator.liu.se>2003-12-19 00:17:25 +0100
commit9113ead84f36e7495f3c61b73cd970069f281479 (patch)
treed7abac434b4eee2e62defd1c520105e553294129
parent58096464917579397dfe3f44f9222d8049e149ac (diff)
downloadgmp-9113ead84f36e7495f3c61b73cd970069f281479.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8771f59e1..229503b47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,16 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
+2003-12-19 Niels Möller <nisse@harpo.hack.org>
+
+ * mpn/generic/hgcd.c (mpn_diff_smaller_p) [nails]: Use
+ GMP_NUMB_MAX, not MP_LIMB_T_MAX.
+ (mpn_hgcd_itch): Improved size calculation.
+ (mpn_hgcd_max_recursion): Moved function from qstack.c. Should to
+ be recompiled when HGCD_SCHOENHAGE_THRESHOLD is tuned.
+ * mpn/generic/qstack.c (mpn_hgcd_max_recursion): ... moved from
+ here.
+
2003-12-18 Torbjorn Granlund <tege@swox.com>
* mpz/get_d.c: Don't include longlong.h.