# HG changeset patch # User reimar # Date 1162145760 0 # Node ID 27fb949fffa94e2c61a88d6735e952b4ab0b3fff # Parent 5cbf1c33a6688aade3687e14b17e2d2735252f7c disable nonworking/broken code for now till I find out what it is supposed to do. diff -r 5cbf1c33a668 -r 27fb949fffa9 mp3lib/dct64_3dnow.c --- a/mp3lib/dct64_3dnow.c Sun Oct 29 17:29:55 2006 +0000 +++ b/mp3lib/dct64_3dnow.c Sun Oct 29 18:16:00 2006 +0000 @@ -617,6 +617,8 @@ " 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 @@ " jmp .L_bye\n\t" ".L01:\n\t" +#endif /* Phase 9*/ " movq (%%ecx), %%mm0\n\t" diff -r 5cbf1c33a668 -r 27fb949fffa9 mp3lib/dct64_k7.c --- a/mp3lib/dct64_k7.c Sun Oct 29 17:29:55 2006 +0000 +++ b/mp3lib/dct64_k7.c Sun Oct 29 18:16:00 2006 +0000 @@ -463,6 +463,8 @@ " 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 @@ " jmp .L_bye\n\t" ".L01: \n\t" +#endif /* Phase 9*/ " movq (%%ecx), %%mm0\n\t"