summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2009-12-29 01:43:59 +0100
committerTorbjorn Granlund <tege@gmplib.org>2009-12-29 01:43:59 +0100
commit9c4ee93ef023a15fa0fbcc7bb89fa56bbaa8b78d (patch)
treef24d7e6181bfb9734cfbe1a155f721d6df58e0f8 /ChangeLog
parentd1dd960bafbf7d59b22ea1027ab5b40700aedfdb (diff)
downloadgmp-9c4ee93ef023a15fa0fbcc7bb89fa56bbaa8b78d.tar.gz
Call mu_div functions with operands that generate a high quotient limb.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ec44fbd0..aa61aea57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-12-29 Torbjorn Granlund <tege@gmplib.org>
+ * tests/mpn/t-div.c: Call mu_div functions with operands that generate
+ a high quotient limb.
+
* mpn/generic/mu_div_qr.c: Rewrite to return a high quotient limb,
to let dividend argument be constant, and as a general cleanup.
* mpn/generic/mu_divappr_q.c: Likewise.