summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-02-01 19:11:40 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-02-01 19:11:40 +0100
commita54d32209bff1a8cf020ed482385c1b688f11136 (patch)
tree12c17e1da550ed36257cc807b84aa078da9896d1
parentd6cf723e249f757432b5a6d5700d8fcc4ea66cda (diff)
downloadgmp-a54d32209bff1a8cf020ed482385c1b688f11136.tar.gz
ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452bf1511..4c6f488e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-02-01 Torbjorn Granlund <tege@gmplib.org>
+ * gmp-impl.h (DIGITS_IN_BASE_PER_LIMB): Add a cast.
+ (LIMBS_PER_DIGIT_IN_BASE): Likewise.
+
* tests/refmpn.c (refmpn_mul): Use toom6h instead of toom44 for the
largest operands.