vpx_convolve_copy_sse2: fix win64
xmm6-7 need to be stored Change-Id: I6c51559598d335946ec91be6246b49589c63b724
This commit is contained in:
parent
b37494cfb5
commit
22a8474fe7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user