summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/lib/asm_mcf5249.h6
-rw-r--r--apps/codecs/libtremor/asm_mcf5249.h5
2 files changed, 0 insertions, 11 deletions
diff --git a/apps/codecs/lib/asm_mcf5249.h b/apps/codecs/lib/asm_mcf5249.h
index f103e78..12b69c9 100644
--- a/apps/codecs/lib/asm_mcf5249.h
+++ b/apps/codecs/lib/asm_mcf5249.h
@@ -21,9 +21,6 @@
#if defined(CPU_COLDFIRE)
-/* attribute for 16-byte alignment */
-#define LINE_ATTR __attribute__ ((aligned (16)))
-
#ifndef _V_WIDE_MATH
#define _V_WIDE_MATH
@@ -338,7 +335,4 @@ static inline int32_t CLIP_TO_15(register int32_t x) {
#endif
*/
-#else
-#define LINE_ATTR
#endif
-
diff --git a/apps/codecs/libtremor/asm_mcf5249.h b/apps/codecs/libtremor/asm_mcf5249.h
index e4f76ea..b40a88a 100644
--- a/apps/codecs/libtremor/asm_mcf5249.h
+++ b/apps/codecs/libtremor/asm_mcf5249.h
@@ -23,9 +23,6 @@
#if defined(CPU_COLDFIRE)
-/* attribute for 16-byte alignment */
-#define LINE_ATTR __attribute__ ((aligned (16)))
-
#ifndef _V_WIDE_MATH
#define _V_WIDE_MATH
@@ -265,6 +262,4 @@ static inline ogg_int32_t CLIP_TO_15(register ogg_int32_t x) {
}
#endif
-#else
-#define LINE_ATTR
#endif