diff mp3lib/dct36_3dnow.c @ 25325:7c7885350d89

Identifiers starting with __ are reserved for the system.
author diego
date Tue, 11 Dec 2007 19:54:35 +0000
parents 0783dd397f74
children b5a46071062a
line wrap: on
line diff
--- a/mp3lib/dct36_3dnow.c	Tue Dec 11 19:52:17 2007 +0000
+++ b/mp3lib/dct36_3dnow.c	Tue Dec 11 19:54:35 2007 +0000
@@ -31,7 +31,7 @@
 
 #include "mangle.h"
 
-#ifdef __DCT36_OPTIMIZE_FOR_K7
+#ifdef DCT36_OPTIMIZE_FOR_K7
 void dct36_3dnowex(real *inbuf, real *o1,
     real *o2, real *wintab, real *tsbuf)
 #else
@@ -171,7 +171,7 @@
 	"movd 108(%%edx),%%mm6\n\t"
 	"punpckldq 104(%%edx),%%mm6\n\t"
 	"pfmul %%mm6,%%mm5\n\t"
-#ifdef __DCT36_OPTIMIZE_FOR_K7
+#ifdef DCT36_OPTIMIZE_FOR_K7
 	"pswapd %%mm5,%%mm5\n\t"
 	"movq %%mm5,32(%%ecx)\n\t"
 #else