comparison mp3lib/decode_MMX.c @ 8560:1320f1b3229d

fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
author alex
date Tue, 24 Dec 2002 22:33:46 +0000
parents d4367189b2ff
children 5403367c7032
comparison
equal deleted inserted replaced
8559:b5db3be5b3f3 8560:1320f1b3229d
84 "pushl %%ecx\n\t" 84 "pushl %%ecx\n\t"
85 "call *"MANGLE(dct64_MMX_func)"\n\t" 85 "call *"MANGLE(dct64_MMX_func)"\n\t"
86 "leal 1(%%ebx), %%ecx\n\t" 86 "leal 1(%%ebx), %%ecx\n\t"
87 "subl %5,%%ebx\n\t" 87 "subl %5,%%ebx\n\t"
88 "pushl %%ecx\n\t" 88 "pushl %%ecx\n\t"
89 "leal "MANGLE(decwins)"(%%ebx,%%ebx,1), %%edx\n\t" 89 "leal "MANGLE(mp3lib_decwins)"(%%ebx,%%ebx,1), %%edx\n\t"
90 "shrl $1, %%ecx\n\t" 90 "shrl $1, %%ecx\n\t"
91 ".balign 16\n\t" 91 ".balign 16\n\t"
92 ".L03:\n\t" 92 ".L03:\n\t"
93 "movq (%%edx),%%mm0\n\t" 93 "movq (%%edx),%%mm0\n\t"
94 "movq 64(%%edx),%%mm4\n\t" 94 "movq 64(%%edx),%%mm4\n\t"