Module: libav Branch: master Commit: 783487ae44fa886ad85a4d501c42fe0a57437ae9
Author: Ronald S. Bultje <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Sat Feb 4 10:27:45 2012 +0100 swscale: sign-extend integer function argument to qword on x86-64. --- libswscale/x86/output.asm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm index 8a72d55..c8e6098 100644 --- a/libswscale/x86/output.asm +++ b/libswscale/x86/output.asm @@ -317,6 +317,7 @@ yuv2planeX_fn 10, 7, 5 %macro yuv2plane1_fn 3 cglobal yuv2plane1_%1, %3, %3, %2, src, dst, dstw, dither, offset + movsxdifnidn dstwq, dstwd add dstwq, mmsize - 1 and dstwq, ~(mmsize - 1) %if %1 == 8 _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
