[x265-commits] [x265] asm: fix 32-bit build error- undefined symbol r7d, r8d
Dnyaneshwar G
dnyaneshwar at multicorewareinc.com
Mon Jul 6 17:49:32 CEST 2015
details: http://hg.videolan.org/x265/rev/bb167ce66cfa
branches:
changeset: 10770:bb167ce66cfa
user: Dnyaneshwar G <dnyaneshwar at multicorewareinc.com>
date: Mon Jul 06 17:15:56 2015 +0530
description:
asm: fix 32-bit build error- undefined symbol r7d, r8d
diffstat:
source/common/x86/pixel-util8.asm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r aade1fffa9bd -r bb167ce66cfa source/common/x86/pixel-util8.asm
--- a/source/common/x86/pixel-util8.asm Mon Jul 06 10:48:21 2015 -0500
+++ b/source/common/x86/pixel-util8.asm Mon Jul 06 17:15:56 2015 +0530
@@ -1677,6 +1677,7 @@ cglobal weight_sp, 6, 7, 7, 0-(2*4)
%endif
+%if ARCH_X86_64 == 1
%if HIGH_BIT_DEPTH
INIT_YMM avx2
cglobal weight_sp, 6,7,9
@@ -1872,6 +1873,7 @@ cglobal weight_sp, 6, 9, 7
jnz .loopH
RET
%endif
+%endif
;-----------------------------------------------------------------
; void transpose_4x4(pixel *dst, pixel *src, intptr_t stride)
More information about the x265-commits
mailing list