[FFmpeg-devel] [PATCH] lavc/x86: clear r2 higher bits in ff_sbr_sum_square
Matthieu Bouron
matthieu.bouron at gmail.com
Fri Jun 23 17:56:52 EEST 2017
Suggested-by: James Almer <jamrial at gmail.com>
---
libavcodec/x86/sbrdsp.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/x86/sbrdsp.asm b/libavcodec/x86/sbrdsp.asm
index 07a412b2ae..02b52ee300 100644
--- a/libavcodec/x86/sbrdsp.asm
+++ b/libavcodec/x86/sbrdsp.asm
@@ -38,7 +38,7 @@ SECTION .text
INIT_XMM sse
cglobal sbr_sum_square, 2, 3, 6
- mov r2, r1
+ mov r2d, r1d
xorps m0, m0
xorps m1, m1
sar r2, 3
--
2.13.1
More information about the ffmpeg-devel
mailing list