projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63618b4
)
target-i386/ops_sse.h: Use MMX_Q macro
author
Eduardo Habkost
<ehabkost@redhat.com>
Thu, 19 Nov 2015 18:49:14 +0000
(16:49 -0200)
committer
Eduardo Habkost
<ehabkost@redhat.com>
Thu, 21 Jan 2016 14:47:15 +0000
(12:47 -0200)
We have a MMX_Q macro in addition to MMX_{B,W,L}. Use it.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/ops_sse.h
patch
|
blob
|
history
diff --git
a/target-i386/ops_sse.h
b/target-i386/ops_sse.h
index 1780d1d791657432fce101191e8da3b87addab6f..52ec0b07f8573d76e6ba4fe3f3ea561fbc80c5aa 100644
(file)
--- a/
target-i386/ops_sse.h
+++ b/
target-i386/ops_sse.h
@@
-26,7
+26,7
@@
#define B(n) MMX_B(n)
#define W(n) MMX_W(n)
#define L(n) MMX_L(n)
-#define Q(n)
q
+#define Q(n)
MMX_Q(n)
#define SUFFIX _mmx
#else
#define Reg XMMReg