Skip to content
GitLab
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
9cc6f078
Commit
9cc6f078
authored
Nov 20, 2012
by
John Koleszar
Committed by
Gerrit Code Review
Nov 20, 2012
Browse files
Merge "vp8_loop_filter_bh_y_sse2: save/restore xmm registers"
parents
17718fbb
0d805843
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/x86/loopfilter_block_sse2.asm
View file @
9cc6f078
...
...
@@ -150,6 +150,7 @@ sym(vp8_loop_filter_bh_y_sse2):
push
rbp
mov
rbp
,
rsp
SAVE_XMM
11
push
r12
push
r13
mov
thresh
,
arg
(
4
)
...
...
@@ -258,6 +259,7 @@ LF_FILTER xmm0, xmm1, xmm3, xmm8, xmm4, xmm2
%ifidn __OUTPUT_FORMAT__,x64
pop
r13
pop
r12
REST
ORE_XMM
pop
rbp
%endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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