diff mp3lib/decode_MMX.c @ 12292:114f3d149324

attribute_used for gcc3.4
author alex
date Mon, 26 Apr 2004 10:12:40 +0000
parents 6beea1683618
children e7a129082fda
line wrap: on
line diff
--- a/mp3lib/decode_MMX.c	Mon Apr 26 10:08:16 2004 +0000
+++ b/mp3lib/decode_MMX.c	Mon Apr 26 10:12:40 2004 +0000
@@ -7,11 +7,12 @@
  * Local ChangeLog:
  * - Partial loops unrolling and removing MOVW insn from loops
 */
+#include "../config.h"
 #include "../mangle.h"
 #define real float /* ugly - but only way */
 
-static unsigned long long __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
-static unsigned long long __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
+static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
+static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
 unsigned long __attribute__((aligned(8))) costab_mmx[] =
 {
 	1056974725,