Commit 12ca544a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '15748773'

* commit '15748773':
  avresample/x86: Switch operand order for mulps
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 953dd723 15748773
......@@ -428,7 +428,7 @@ cglobal mix_%1_to_%2_%3_flt, 3,in_channels+2,needed_mmregs+matrix_elements_mm, n
%if stereo || mx_stack_0_0
mulps m0, m0, mx_0_0
%else
mulps m0, [src0q+lenq], mx_0_0
mulps m0, mx_0_0, [src0q+lenq]
%endif
%assign %%i 1
%rep (in_channels - 1)
......
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