[FFmpeg-cvslog] r10157 - trunk/libavcodec/i386/snowdsp_mmx.c
michael
subversion
Tue Aug 21 00:34:42 CEST 2007
Author: michael
Date: Tue Aug 21 00:34:42 2007
New Revision: 10157
Log:
fixme note
Modified:
trunk/libavcodec/i386/snowdsp_mmx.c
Modified: trunk/libavcodec/i386/snowdsp_mmx.c
==============================================================================
--- trunk/libavcodec/i386/snowdsp_mmx.c (original)
+++ trunk/libavcodec/i386/snowdsp_mmx.c Tue Aug 21 00:34:42 2007
@@ -118,7 +118,7 @@ void ff_snow_horizontal_compose97i_sse2(
"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"
More information about the ffmpeg-cvslog
mailing list