comparison mp3lib/dct64_3dnow.c @ 11240:5403367c7032

removed the stdcall convention
author alex
date Wed, 22 Oct 2003 20:58:46 +0000
parents 7e2ca93330d0
children 114f3d149324
comparison
equal deleted inserted replaced
11239:a71000eeeb9c 11240:5403367c7032
12 #include "../mangle.h" 12 #include "../mangle.h"
13 13
14 static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL; 14 static unsigned long long int __attribute__((aligned(8))) x_plus_minus_3dnow = 0x8000000000000000ULL;
15 static float plus_1f = 1.0; 15 static float plus_1f = 1.0;
16 16
17 void __attribute__ (( __stdcall__ )) dct64_MMX_3dnow(real *a,real *b,real *c) 17 void dct64_MMX_3dnow(real *a,real *b,real *c)
18 { 18 {
19 char tmp[256]; 19 char tmp[256];
20 __asm __volatile( 20 __asm __volatile(
21 " movl %2,%%eax\n\t" 21 " movl %2,%%eax\n\t"
22 22