From 6b81da2fd030dbc03d36b38558b58e8f0f667501 Mon Sep 17 00:00:00 2001 From: Christophe GISQUET Date: Wed, 21 Mar 2012 20:46:29 +0100 Subject: dsputil x86: use SSE float instruction instead of SSE2 integer equivalent All the more required since the users are pure SSE functions. Signed-off-by: Ronald S. Bultje --- libavcodec/x86/dsputil_yasm.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/x86/dsputil_yasm.asm') diff --git a/libavcodec/x86/dsputil_yasm.asm b/libavcodec/x86/dsputil_yasm.asm index da08bdab50..00dc18b469 100644 --- a/libavcodec/x86/dsputil_yasm.asm +++ b/libavcodec/x86/dsputil_yasm.asm @@ -473,7 +473,7 @@ cglobal scalarproduct_float_sse, 3,3,2, v1, v2, offset shufps xmm0, xmm0, 1 addss xmm0, xmm1 %if ARCH_X86_64 == 0 - movd r0m, xmm0 + movss r0m, xmm0 fld dword r0m %endif RET -- cgit v1.2.3