summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2000-06-15 21:50:47 +0200
committertege <tege@gmplib.org>2000-06-15 21:50:47 +0200
commit10e546678da2e0e408cd7bda6bc57d61fff85858 (patch)
tree550929e56627c18e953280fc19a7ee89c4f9374e
parentecbb054d0c64b65533d1ff2d9fe08bff5ea4b31a (diff)
downloadgmp-10e546678da2e0e408cd7bda6bc57d61fff85858.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aba2922f2..0665c808f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2000-06-15 Torbjorn Granlund <tege@swox.com>
+
+ * mpn/x86/k7/mmx/copyi.asm: Use `testb' instead of `test'.
+ * mpn/x86/k7/mmx/copyd.asm: Likewise.
+
+ * mpn/x86/k7/mmx/lshift.asm: Avoid using `~' (Solaris as problems).
+ * mpn/x86/k7/mmx/rshift.asm: Likewise.
+ * mpn/x86/k6/aors_n.asm: Likewise.
+ * mpn/x86/k7/aors_n.asm: Likewise.
+ * mpn/x86/k7/mul_basecase.asm: Likewise.
+
2000-06-13 Torbjorn Granlund <tege@swox.com>
* tune/sparcv9.asm: Tune, deleting two instructions.