Merge "vp8_loop_filter_bh_y_sse2: save/restore xmm registers"

This commit is contained in:
John Koleszar
2012-11-20 20:23:41 -08:00
committed by Gerrit Code Review

View File

@@ -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
RESTORE_XMM
pop rbp
%endif