]> granicus.if.org Git - libvpx/commit
nasm: use OWORD vs DQWORD
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 31 Jul 2010 15:12:31 +0000 (17:12 +0200)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 2 Aug 2010 13:17:14 +0000 (09:17 -0400)
commitc8134bc54a783d5c7e480d21ec5bd1460b03fb92
tree1a968252cf61e0e1fd65b78122a8eee79549385b
parent675298216d24c7c9ad73140cd7d81acf28648a30
nasm: use OWORD vs DQWORD

nasm knows only OWORD.  yasm knows both OWORD and DQWORD.

Provide nasm compatibility.  No binary change by this patch with yasm on
{x86_64,i686}-fedora13-linux-gnu.  Few longer opcodes with nasm on
{x86_64,i686}-fedora13-linux-gnu have been checked as safe.

Change-Id: I62151390089e90df9a7667822fa594ac20b00e78
vp8/encoder/x86/quantize_sse2.asm