comparison mp3lib/decode_MMX.c @ 16989:e7a129082fda

Unify include paths, -I.. is in CFLAGS.
author diego
date Tue, 15 Nov 2005 18:14:07 +0000
parents 114f3d149324
children 69c665e91946
comparison
equal deleted inserted replaced
16988:3c0923afe14a 16989:e7a129082fda
5 * Applied to mplayer by Nick Kurshev <nickols_k@mail.ru> 5 * Applied to mplayer by Nick Kurshev <nickols_k@mail.ru>
6 * 6 *
7 * Local ChangeLog: 7 * Local ChangeLog:
8 * - Partial loops unrolling and removing MOVW insn from loops 8 * - Partial loops unrolling and removing MOVW insn from loops
9 */ 9 */
10 #include "../config.h" 10 #include "config.h"
11 #include "../mangle.h" 11 #include "mangle.h"
12 #define real float /* ugly - but only way */ 12 #define real float /* ugly - but only way */
13 13
14 static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL; 14 static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
15 static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL; 15 static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
16 unsigned long __attribute__((aligned(8))) costab_mmx[] = 16 unsigned long __attribute__((aligned(8))) costab_mmx[] =