vpx_convolve_copy_sse2: fix win64

xmm6-7 need to be stored

Change-Id: I6c51559598d335946ec91be6246b49589c63b724
This commit is contained in:
James Zern 2015-08-01 11:45:49 -07:00
parent b37494cfb5
commit 22a8474fe7

View File

@ -16,7 +16,7 @@ SECTION .text
%macro convolve_fn 1
INIT_XMM sse2
cglobal convolve_%1, 4, 7, 4, src, src_stride, dst, dst_stride, \
cglobal convolve_%1, 4, 7, 8, src, src_stride, dst, dst_stride, \
fx, fxs, fy, fys, w, h
mov r4d, dword wm
cmp r4d, 4