[MPlayer-cvslog] r20520 - in trunk/mp3lib: dct64_3dnow.c dct64_k7.c
reimar
subversion at mplayerhq.hu
Sun Oct 29 19:16:01 CET 2006
Author: reimar
Date: Sun Oct 29 19:16:00 2006
New Revision: 20520
Modified:
trunk/mp3lib/dct64_3dnow.c
trunk/mp3lib/dct64_k7.c
Log:
disable nonworking/broken code for now till I find out what it is supposed to do.
Modified: trunk/mp3lib/dct64_3dnow.c
==============================================================================
--- trunk/mp3lib/dct64_3dnow.c (original)
+++ trunk/mp3lib/dct64_3dnow.c Sun Oct 29 19:16:00 2006
@@ -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"
Modified: trunk/mp3lib/dct64_k7.c
==============================================================================
--- trunk/mp3lib/dct64_k7.c (original)
+++ trunk/mp3lib/dct64_k7.c Sun Oct 29 19:16:00 2006
@@ -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"
More information about the MPlayer-cvslog
mailing list