[XviD-devel] Modified quantize4_mmx.asm and Makefile.inc

Michael Militzer xvid-devel@xvid.org
Sun, 7 Jul 2002 13:34:46 +0200


----- Original Message -----
From: "Christoph Lampert" <chl@math.uni-bonn.de>
To: <xvid-devel@xvid.org>
Sent: Sunday, July 07, 2002 1:04 PM
Subject: [XviD-devel] Modified quantize4_mmx.asm and Makefile.inc


> Hi,
>
> the xmm.asm and 3dn.asm files were missing in Makefile.inc, so
> I added them and commited. Also, there was a range violation in
> quantize4_mmx.asm (at least for my nasm) which I solved by using
>
> .loop
> [...]
>   jz .noloop
>   jmp .loop
> .noloop
>
> instead of
>
> .loop
> [...]
>   jnz .loop
>
>
> I hope that's okay.

ok, I've uploaded a version using near jumps. Could you please check if it
compiles for you now?

Michael