Browse Source

Merge remote-tracking branch 'qatar/master'

* qatar/master:
  x86: lpc: fix a segfault in av_evaluate_lls_sse2()

Merged-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
4e488ac5f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/x86/lls.asm

+ 1
- 1
libavutil/x86/lls.asm View File

@@ -198,7 +198,7 @@ cglobal update_lls, 3,6,8, ctx, var, count, i, j, count2
%endif

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
; an offset. They can't both be aligned.
; Load halves rather than movu to avoid store-forwarding stalls, since the


Loading…
Cancel
Save