summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-12-13 01:39:21 +0100
committerKevin Ryde <user42@zip.com.au>2000-12-13 01:39:21 +0100
commitff2a804e054c3f7adedc62cc7b83b3d2939775c3 (patch)
treee92daa8fd5f4d56772d44b1a2d8eeb090b3147b3 /ChangeLog
parentad4a818773916a2224a9df37f68fe32e493f46b8 (diff)
downloadgmp-ff2a804e054c3f7adedc62cc7b83b3d2939775c3.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc533a812..ab3df6949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2000-12-13 Kevin Ryde <kevin@swox.se>
+
+ * gmp-impl.h (FIB_THRESHOLD): Defaults for 4,8,16 bits per limb, and
+ an arbitrary fallback default.
+ (modlimb_invert): Add efficient code for 8,16 (or 4) bits per limb.
+
+ * configure.in (mips3, mips64): Don't bother with o32 (mips2 32-bit
+ limb) on IRIX 6.
+
+ * Makefile.am (SUBDIRS): Put "tests" first so tests/t-constants.c is
+ run first, to pick up any limb size mismatch.
+
+ * tune/tuneup.c (DIVREM_1, MOD_1): Fix result values, were off by 1.
+
+ * mpz/fib_ui.c (table1, table2): Add data for 2,4,8,16 bits per limb.
+
2000-12-12 Torbjorn Granlund <tege@swox.com>
* gmp-impl.h (LIMBS_PER_DOUBLE): Define for any limb bitsize.