mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
* baling 8 seems to have the same speed
Originally committed as revision 575 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b6fee9b6e9
commit
52af45ad77
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue