Commit 4e488ac5 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  x86: lpc: fix a segfault in av_evaluate_lls_sse2()
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 709cae2b 1221bb62
...@@ -198,7 +198,7 @@ cglobal update_lls, 3,6,8, ctx, var, count, i, j, count2 ...@@ -198,7 +198,7 @@ cglobal update_lls, 3,6,8, ctx, var, count, i, j, count2
%endif %endif
INIT_XMM sse2 INIT_XMM sse2
cglobal evaluate_lls, 2,4,2, ctx, var, order, i cglobal evaluate_lls, 3,4,2, ctx, var, order, i
; This function is often called on the same buffer as update_lls, but with ; This function is often called on the same buffer as update_lls, but with
; an offset. They can't both be aligned. ; an offset. They can't both be aligned.
; Load halves rather than movu to avoid store-forwarding stalls, since the ; Load halves rather than movu to avoid store-forwarding stalls, since the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment