[x265] [PATCH] asm: fix gcc build error, invalid size for operand 1
dnyaneshwar at multicorewareinc.com
dnyaneshwar at multicorewareinc.com
Fri Jun 26 10:30:05 CEST 2015
# HG changeset patch
# User Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
# Date 1435307390 -19800
# Fri Jun 26 13:59:50 2015 +0530
# Node ID 504a42904fab2a43e4d8b5b65513db7a7dd30ee1
# Parent 1e5c4d155ab85e8e8dd199bb3515801766ea9e88
asm: fix gcc build error, invalid size for operand 1
diff -r 1e5c4d155ab8 -r 504a42904fab source/common/x86/loopfilter.asm
--- a/source/common/x86/loopfilter.asm Thu Jun 25 13:42:29 2015 +0530
+++ b/source/common/x86/loopfilter.asm Fri Jun 26 13:59:50 2015 +0530
@@ -246,7 +246,7 @@
movd xm1, r1d
vinserti128 m0, m0, xm1, 1
mova m5, [pw_1023]
- mov r1, r4m
+ mov r1d, r4m
add r1d, r1d
shr r2d, 4
More information about the x265-devel
mailing list