Commit ecc8b021 authored by Justin Ruggles's avatar Justin Ruggles Committed by Janne Grunau

x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32

Signed-off-by: 's avatarJanne Grunau <janne-libav@jannau.net>
parent 5945c7b3
......@@ -127,7 +127,7 @@ cglobal vector_dmul_scalar, 3,3,3, dst, src, len
cglobal vector_dmul_scalar, 4,4,3, dst, src, mul, len
%endif
%if ARCH_X86_32
VBROADCASTSD xmm0, mulm
VBROADCASTSD m0, mulm
%else
%if WIN64
movlhps xmm2, xmm2
......
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