Browse Source

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

Signed-off-by: Janne Grunau <janne-libav@jannau.net>
tags/n1.1
Justin Ruggles Janne Grunau 13 years ago
parent
commit
ecc8b02194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavutil/x86/float_dsp.asm

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

@@ -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


Loading…
Cancel
Save