[FFmpeg-cvslog] x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32

Justin Ruggles git at videolan.org
Fri Dec 7 15:26:59 CET 2012


ffmpeg | branch: master | Justin Ruggles <justin.ruggles at gmail.com> | Wed Dec  5 16:53:21 2012 +0000| [ecc8b02194463476112972e7be655e8541ef253e] | committer: Janne Grunau

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

Signed-off-by: Janne Grunau <janne-libav at jannau.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ecc8b02194463476112972e7be655e8541ef253e
---

 libavutil/x86/float_dsp.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavutil/x86/float_dsp.asm b/libavutil/x86/float_dsp.asm
index d8fd93a..4a1742f 100644
--- a/libavutil/x86/float_dsp.asm
+++ b/libavutil/x86/float_dsp.asm
@@ -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



More information about the ffmpeg-cvslog mailing list