fixme note

Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-08-20 22:34:42 +00:00
parent 3a9f44d5d5
commit 8510c519e7
1 changed files with 1 additions and 1 deletions

View File

@ -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"