Commit b43b8d33 authored by Lynne's avatar Lynne Committed by James Almer

x86/opusdsp: fix WIN64 return value

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent d071a111
......@@ -38,10 +38,9 @@ cglobal opus_deemphasis, 4, 4, 8, out, in, coeff, len
%endif
%if ARCH_X86_32
VBROADCASTSS m0, coeffm
%elif WIN64
shufps m0, m2, m2, 0
%else
%if WIN64
SWAP 0, 2
%endif
shufps m0, m0, 0
%endif
......
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