From b7546da92401cb1a158fc317b3374a0fd3e43e68 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 29 Oct 2006 18:16:00 +0000 Subject: [PATCH] disable nonworking/broken code for now till I find out what it is supposed to do. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20520 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/dct64_3dnow.c | 3 +++ mp3lib/dct64_k7.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mp3lib/dct64_3dnow.c b/mp3lib/dct64_3dnow.c index 61a5768db5..0d898bc2f0 100644 --- a/mp3lib/dct64_3dnow.c +++ b/mp3lib/dct64_3dnow.c @@ -617,6 +617,8 @@ void dct64_MMX_3dnow(real *a,real *b,real *c) " punpckldq %%mm1, %%mm0\n\t" " movq %%mm0, 116(%%edx)\n\t" +// this code is broken, there is nothing modifying the z flag above. +#if 0 " jnz .L01\n\t" /* Phase 7*/ @@ -738,6 +740,7 @@ void dct64_MMX_3dnow(real *a,real *b,real *c) " jmp .L_bye\n\t" ".L01:\n\t" +#endif /* Phase 9*/ " movq (%%ecx), %%mm0\n\t" diff --git a/mp3lib/dct64_k7.c b/mp3lib/dct64_k7.c index 1fca3592fd..1fa270f715 100644 --- a/mp3lib/dct64_k7.c +++ b/mp3lib/dct64_k7.c @@ -463,6 +463,8 @@ void dct64_MMX_3dnowex(real *a,real *b,real *c) " punpckldq %%mm1, %%mm0\n\t" " movq %%mm0, 116(%%edx)\n\t" +// this code is broken, there is nothing modifying the z flag above. +#if 0 " jnz .L01\n\t" /* Phase 7*/ @@ -584,6 +586,7 @@ void dct64_MMX_3dnowex(real *a,real *b,real *c) " jmp .L_bye\n\t" ".L01: \n\t" +#endif /* Phase 9*/ " movq (%%ecx), %%mm0\n\t"