summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-01-26 13:23:45 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-01-26 13:23:45 +0100
commita55a5ce44cfd01152222961c735080c528a85d94 (patch)
tree823a3035d4bbb08f05b5f336c06c45c6a4dc4994
parentb518c0d004f54d3aa93038e076235adb06326c37 (diff)
downloadgmp-a55a5ce44cfd01152222961c735080c528a85d94.tar.gz
ChangeLog.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1eb58d51..6f6ecc1c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@
2013-01-26 Torbjorn Granlund <tege@gmplib.org>
+ * tests/mpn/logic.c: Set things up to always test library logops, not
+ gmp-impl.h's inlined variants.
+
* tests/mpn/t-mod_1.c: Test also mpn_mod_1s_3p.
* mpn/generic/mod_1_3.c: Swap some lines to make it similar to mod_4.c.