mpg123-1.32.0

This commit is contained in:
Ozkan Sezer
2023-09-24 08:51:02 +03:00
parent 89d671ef14
commit 2279cffc0f
241 changed files with 18940 additions and 16360 deletions

View File

@@ -37,9 +37,9 @@ x_plus_minus_3dnow:
.text
ALIGN32
.globl ASM_NAME(dct64_3dnowext)
/* .type ASM_NAME(dct64_3dnowext), @function */
ASM_NAME(dct64_3dnowext):
.globl ASM_NAME(INT123_dct64_3dnowext)
/* .type ASM_NAME(INT123_dct64_3dnowext), @function */
ASM_NAME(INT123_dct64_3dnowext):
pushl %ebp
movl %esp, %ebp
pushl %edi
@@ -57,9 +57,9 @@ ASM_NAME(dct64_3dnowext):
movl 8(%ebp),%esi
movl 12(%ebp),%edi
#if defined(PIC) && defined(__APPLE__)
movl GLOBAL_VAR_PTR(costab_mmxsse),%ebx
movl GLOBAL_VAR_PTR(INT123_costab_mmxsse),%ebx
#else
leal GLOBAL_VAR(costab_mmxsse),%ebx
leal GLOBAL_VAR(INT123_costab_mmxsse),%ebx
#endif
leal -268(%ebp),%ecx
movq (%eax), %mm0
@@ -723,12 +723,12 @@ ASM_NAME(dct64_3dnowext):
popl %edi
leave
ret
/* .size ASM_NAME(dct64_3dnowext), .-ASM_NAME(dct64_3dnowext) */
/* .size ASM_NAME(INT123_dct64_3dnowext), .-ASM_NAME(INT123_dct64_3dnowext) */
#if defined(PIC) && defined(__APPLE__)
.section __IMPORT,__pointers,non_lazy_symbol_pointers
L_costab_mmxsse:
.indirect_symbol ASM_NAME(costab_mmxsse)
L_INT123_costab_mmxsse:
.indirect_symbol ASM_NAME(INT123_costab_mmxsse)
.long 0
#endif