diff options
author | Alan Modra <modra@gmail.com> | 2002-04-11 11:58:30 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2002-04-11 11:58:30 +0000 |
commit | d6e14e29f13784fb4bb516a0cd6bcf1360e9dfca (patch) | |
tree | 7f079a389d36a5fa6bc9003dc2e0a775c32892e7 /include/opcode/ChangeLog | |
parent | 9ddd9fb225e62229780731646c2cc2a2137fbd24 (diff) | |
download | newlib-d6e14e29f13784fb4bb516a0cd6bcf1360e9dfca.zip newlib-d6e14e29f13784fb4bb516a0cd6bcf1360e9dfca.tar.gz newlib-d6e14e29f13784fb4bb516a0cd6bcf1360e9dfca.tar.bz2 |
reorder cmpsd, movsd
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index b8326ff..2882ce5 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> |