Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2002-04-11 15:58:30 +0400
committerAlan Modra <modra@gmail.com>2002-04-11 15:58:30 +0400
commitd6e14e29f13784fb4bb516a0cd6bcf1360e9dfca (patch)
tree7f079a389d36a5fa6bc9003dc2e0a775c32892e7 /include/opcode/ChangeLog
parent9ddd9fb225e62229780731646c2cc2a2137fbd24 (diff)
reorder cmpsd, movsd
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index b8326ffd8..2882ce568 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,6 +1,7 @@
2002-04-11 Alan Modra <amodra@bigpond.net.au>
* i386.h: Add intel mode cmpsd and movsd.
+ Put them before SSE2 insns, so that rep prefix works.
2002-03-15 Chris G. Demetriou <cgd@broadcom.com>