projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3bf5b
)
1l
author
Alex Beregszaszi
<alex@rtfs.hu>
Thu, 23 Oct 2003 23:24:38 +0000
(23:24 +0000)
committer
Alex Beregszaszi
<alex@rtfs.hu>
Thu, 23 Oct 2003 23:24:38 +0000
(23:24 +0000)
Originally committed as revision 2424 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/i386/dsputil_mmx.c
patch
|
blob
|
history
diff --git
a/libavcodec/i386/dsputil_mmx.c
b/libavcodec/i386/dsputil_mmx.c
index
ec2b9cb
..
3bded6f
100644
(file)
--- a/
libavcodec/i386/dsputil_mmx.c
+++ b/
libavcodec/i386/dsputil_mmx.c
@@
-563,7
+563,7
@@
static int sse16_mmx(void *v, uint8_t * pix1, uint8_t * pix2, int line_size) {
"psrlq $32, %%mm7\n" /* shift hi dword to lo */
"paddd %%mm7,%%mm1\n"
"movd %%mm1,%2\n"
- : "+r" (pix1), "+r" (pix2), "=r"(tmp) : "r" (line_size) : "ecx");
+ : "+r" (pix1), "+r" (pix2), "=r"(tmp) : "r" (line_size) : "
%
ecx");
return tmp;
}