diff mp3lib/dct64_k7.c @ 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 306982c83e8e
children 1b739c2dc613
line wrap: on
line diff
--- 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"