x86/float_dsp: use SWAP in vector_fmac_scalar Win64

The mova is unnecessary

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
James Almer 2014-04-16 02:09:35 -03:00 committed by Michael Niedermayer
parent cb53beb81a
commit 3b808900af
1 changed files with 3 additions and 3 deletions

View File

@ -69,11 +69,11 @@ cglobal vector_fmac_scalar, 4,4,3, dst, src, mul, len
VBROADCASTSS m0, mulm
%else
%if WIN64
mova xmm0, xmm2
SWAP 0, 2
%endif
shufps xmm0, xmm0, 0
shufps xm0, xm0, 0
%if cpuflag(avx)
vinsertf128 m0, m0, xmm0, 1
vinsertf128 m0, m0, xm0, 1
%endif
%endif
lea lenq, [lend*4-64]