nasm: movhps compatibility QWORD->MMWORD
authorJan Kratochvil <jan.kratochvil@redhat.com>
Mon, 4 Oct 2010 21:20:38 +0000 (23:20 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 5 Oct 2010 00:47:19 +0000 (20:47 -0400)
commit1fc294116a285d2399e06cc21edd0466ca2c51b2
tree9a780ca50e6a10826f5309e98ef8400f81d46eea
parentfc2b06c625fc7d417379f4849d6d2f32ad99d5e4
nasm: movhps compatibility QWORD->MMWORD

Filed for nasm as:
https://sourceforge.net/tracker/?func=detail&atid=106208&aid=3081103&group_id=6208

nasm just does not accept any size parameter for movhps:
1.asm:2: error: mismatch in operand sizes

Some parts of libvpx already use MMWORD for movhps and MMWORD is
defined-out so it is compatible both with yasm and nasm.

Provide nasm compatibility. No binary change by this patch with yasm on
{x86_64,i686}-fedora13-linux-gnu.

Change-Id: I4008a317ca87ec07c9ada958fcdc10a0cb589bbc
vp8/common/x86/loopfilter_sse2.asm