[x265] [PATCH] asm: fix 32-bit build error- undefined symbol r7d, r8d
dnyaneshwar at multicorewareinc.com
dnyaneshwar at multicorewareinc.com
Mon Jul 6 13:52:35 CEST 2015
# HG changeset patch
# User Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
# Date 1436183156 -19800
# Mon Jul 06 17:15:56 2015 +0530
# Node ID 45e56ef3de405a3f9c6451b46b876e3dc46aac38
# Parent bf57ce5d38d5208a491bf4192e389ab1eb4a4f32
asm: fix 32-bit build error- undefined symbol r7d, r8d
diff -r bf57ce5d38d5 -r 45e56ef3de40 source/common/x86/pixel-util8.asm
--- a/source/common/x86/pixel-util8.asm Fri Jul 03 19:50:02 2015 +0530
+++ b/source/common/x86/pixel-util8.asm Mon Jul 06 17:15:56 2015 +0530
@@ -1677,6 +1677,7 @@
%endif
+%if ARCH_X86_64 == 1
%if HIGH_BIT_DEPTH
INIT_YMM avx2
cglobal weight_sp, 6,7,9
@@ -1872,6 +1873,7 @@
jnz .loopH
RET
%endif
+%endif
;-----------------------------------------------------------------
; void transpose_4x4(pixel *dst, pixel *src, intptr_t stride)
More information about the x265-devel
mailing list