summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_3dnow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/dct64_3dnow.c')
-rw-r--r--mp3lib/dct64_3dnow.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/mp3lib/dct64_3dnow.c b/mp3lib/dct64_3dnow.c
index 4a3b83c8d0..6f5809de39 100644
--- a/mp3lib/dct64_3dnow.c
+++ b/mp3lib/dct64_3dnow.c
@@ -14,12 +14,7 @@
static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
static float plus_1f = 1.0;
-#ifdef __CYGWIN__
-/* will probably cause sig11 with debuggingsymbols, but otherwise undef. ref */
-void dct64_MMX_3dnow(real *a,real *b,real *c)
-#else
void __attribute__ (( __stdcall__ )) dct64_MMX_3dnow(real *a,real *b,real *c)
-#endif
{
char tmp[256];
__asm __volatile(