summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-05-11 18:00:39 +0200
committerTorbjorn Granlund <tege@gmplib.org>2013-05-11 18:00:39 +0200
commit0d80f73bc5cfc9794ee0e2ff3b5e55f974cf1ab4 (patch)
tree6f0473b627964d09d033445156e3718c46c21516 /ChangeLog
parent48d3892ef1221c2c1c22d2192db988ac5f65a545 (diff)
downloadgmp-0d80f73bc5cfc9794ee0e2ff3b5e55f974cf1ab4.tar.gz
Make n = 1 work for DOS64, streamline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2aa113a2a..2f267f54f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-11 Torbjorn Granlund <tege@gmplib.org>
+
+ * mpn/x86_64/coreisbr/mul_1.asm: Handle n = 1 for DOS64. Streamline.
+ * mpn/x86_64/coreisbr/aorsmul_1.asm: Streamline.
+
2013-05-10 Torbjorn Granlund <tege@gmplib.org>
* mpn/x86_64/coreisbr/aorsmul_1.asm: Fix, then enable DOS64 support.