Use dq instead of ddq with NASM

Change-Id: Iffb7cd44b449dc10fa5c24405be909d051b7abb5
This commit is contained in:
KO Myung-Hun 2013-02-07 22:03:11 +09:00
parent 7f5e4fd7bd
commit 0ef72720d0

View File

@ -271,7 +271,13 @@ sym(vp8_variance_and_sad_16x16_sse2):
SECTION_RODATA
align 16
t128:
%ifndef __NASM_VER__
ddq 128
%elif CONFIG_BIG_ENDIAN
dq 0, 128
%else
dq 128, 0
%endif
align 16
tMFQE: ; 1 << MFQE_PRECISION
times 8 dw 0x10