Commit 8510c519 authored by Michael Niedermayer's avatar Michael Niedermayer

fixme note

Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3a9f44d5
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment