Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
22a8474f
Commit
22a8474f
authored
Aug 01, 2015
by
James Zern
Browse files
vpx_convolve_copy_sse2: fix win64
xmm6-7 need to be stored Change-Id: I6c51559598d335946ec91be6246b49589c63b724
parent
b37494cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx_dsp/x86/vpx_convolve_copy_sse2.asm
View file @
22a8474f
...
...
@@ -16,7 +16,7 @@ SECTION .text
%macro convolve_fn 1
INIT_XMM
ss
e2
cglobal
convolve_
%
1
,
4
,
7
,
4
,
src
,
src_stride
,
ds
t
,
ds
t_stride
,
\
cglobal
convolve_
%
1
,
4
,
7
,
8
,
src
,
src_stride
,
ds
t
,
ds
t_stride
,
\
fx
,
fxs
,
fy
,
fys
,
w
,
h
mov
r4d
,
dword
wm
cmp
r4d
,
4
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment