summaryrefslogtreecommitdiff
path: root/libavcodec/i386/snowdsp_mmx.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-08-20 22:34:42 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-08-20 22:34:42 +0000
commit8510c519e7e2c666f84ba120245bd13790c4e22e (patch)
tree2fa1d581cfdd4ebabb9a3f82068ceeb37a7d7e64 /libavcodec/i386/snowdsp_mmx.c
parent3a9f44d5d5dcc9a805aa8345d922c1c5a53b681a (diff)
fixme note
Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/snowdsp_mmx.c')
-rw-r--r--libavcodec/i386/snowdsp_mmx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/snowdsp_mmx.c b/libavcodec/i386/snowdsp_mmx.c
index 4d40e46f8f..053e4bde69 100644
--- a/libavcodec/i386/snowdsp_mmx.c
+++ b/libavcodec/i386/snowdsp_mmx.c
@@ -118,7 +118,7 @@ void ff_snow_horizontal_compose97i_sse2(DWTELEM *b, int width){
"movdqu (%1), %%xmm1 \n\t"
"movdqu 16(%1), %%xmm5 \n\t"
"movdqu 4(%1), %%xmm0 \n\t"
- "movdqu 20(%1), %%xmm4 \n\t"
+ "movdqu 20(%1), %%xmm4 \n\t" //FIXME try aligned reads and shifts
"paddd %%xmm1, %%xmm0 \n\t"
"paddd %%xmm5, %%xmm4 \n\t"
"movdqa %%xmm7, %%xmm1 \n\t"