Mercurial > mplayer.hg
changeset 20504:27fb949fffa9
disable nonworking/broken code for now till I find out what it is supposed to do.
author | reimar |
---|---|
date | Sun, 29 Oct 2006 18:16:00 +0000 |
parents | 5cbf1c33a668 |
children | 543f6e8deeb6 |
files | mp3lib/dct64_3dnow.c mp3lib/dct64_k7.c |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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"
--- 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"