]> granicus.if.org Git - libvpx/commitdiff
vpx_convolve_copy_sse2: fix win64
authorJames Zern <jzern@google.com>
Sat, 1 Aug 2015 18:45:49 +0000 (11:45 -0700)
committerJames Zern <jzern@google.com>
Sat, 1 Aug 2015 18:45:49 +0000 (11:45 -0700)
xmm6-7 need to be stored

Change-Id: I6c51559598d335946ec91be6246b49589c63b724

vpx_dsp/x86/vpx_convolve_copy_sse2.asm

index 0be9cc529448f615c9128b83609f532b84a27680..061b34d3fc6c3b9bcef7ba03d6b9a43989309626 100644 (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