summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-01-20 14:31:44 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-01-20 14:31:44 +0100
commit881cee23c292f3a6ee9c48c27a0000a346f6d7cf (patch)
treea21880cdb77dd3c61bab520ed5a1a4538af4f85e /ChangeLog
parent9db79306e85f6eaae87a35d84cfd1007d7dee174 (diff)
downloadgmp-881cee23c292f3a6ee9c48c27a0000a346f6d7cf.tar.gz
ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32e669f70..da9201681 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* tests/mpn/t-div.c: Test mpn_sb_div_qr_sec and mpn_sb_div_r_sec.
(main): Separate divisor into normalised (dnp) and unnormalised (dup),
pass appropriate variant to each function.
+ (main): Make negative `test' index value mean divisor bits, for better
+ small operands coverage.
* tests/mpz/t-remove.c: Back out last change which left `divisor_size'
uninitialised; achieve change's aim with a parameter tweak.