diff options
author | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 16:19:07 +0000 |
---|---|---|
committer | Zdenek Kabelac <kabi@informatics.muni.cz> | 2002-05-23 16:19:07 +0000 |
commit | 52af45ad77a009e0c249eb60b6c8ea8b6ed4ef8a (patch) | |
tree | f75d1dc15ec44a4a8daf77546b7ba8df9fcc3d63 | |
parent | b6fee9b6e92c816aaa8d4d808bfed251fdb3c4e0 (diff) | |
download | ffmpeg-52af45ad77a009e0c249eb60b6c8ea8b6ed4ef8a.tar.gz |
* baling 8 seems to have the same speed
Originally committed as revision 575 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index d1bf967877..db2f52841e 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -270,7 +270,7 @@ static void put_pixels_mmx(UINT8 *block, const UINT8 *pixels, int line_size, int asm volatile ( "lea (%3, %3), %%eax \n\t" - ".balign 16 \n\t" + ".balign 8 \n\t" "1: \n\t" "movq (%1), %%mm0 \n\t" "movq (%1, %3), %%mm1 \n\t" |