Commit 83b12c16 authored by Reimar Döffinger's avatar Reimar Döffinger

Use correct register size, fixes compilation with NASM.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
parent c4ba5198
......@@ -39,7 +39,7 @@ SECTION .text
cglobal rv34_idct_dequant4x4_%1_mmx2, 1, 2, 0
movsx r1, word [r0]
IDCT_DC r1
movd mm0, r1
movd mm0, r1d
pshufw mm0, mm0, 0
movq [r0+ 0], mm0
movq [r0+16], mm0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment