Commit 4a8143e7 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Diego Biurrun

fft: 3dnow: fix register name typo in DECL_IMDCT macro

Signed-off-by: 's avatarDiego Biurrun <diego@biurrun.de>
parent 0c3ff198
......@@ -1040,7 +1040,7 @@ cglobal imdct_half, 3,12,8; FFTContext *s, FFTSample *output, const FFTSample *i
mova [r1+r5*8], m0
mova [r1+r6*8], m2
add r4, 2
sub r4, 2
sub r3, 2
%else
%if ARCH_X86_64
movzx r5, word [rrevtab+r4-4]
......
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