x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 3 Aug 2012 21:38:49 +0000 (17:38 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Fri, 7 Sep 2012 18:49:10 +0000 (14:49 -0400)
commit73275259978e77f3dc52bfd01712249d96a585fe
treee683aa61b3b2243da1d60eb72c80ec3a74c69749
parent1169f0d0afc0454633cfcfad73643f0458521c67
x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64

The SWAP macro does not work for explicit xmm/ymm usage, so instead just move
the scalar value from xmm2 to xmm0.
libavutil/x86/float_dsp.asm