summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/codeclib_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/codeclib_misc.h')
-rw-r--r--apps/codecs/lib/codeclib_misc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/codecs/lib/codeclib_misc.h b/apps/codecs/lib/codeclib_misc.h
index f522d33544..54bebb744f 100644
--- a/apps/codecs/lib/codeclib_misc.h
+++ b/apps/codecs/lib/codeclib_misc.h
@@ -105,13 +105,6 @@ static inline int32_t MULT31_SHIFT15(int32_t x, int32_t y) {
105#endif 105#endif
106 106
107/* 107/*
108 * This should be used as a memory barrier, forcing all cached values in
109 * registers to wr writen back to memory. Might or might not be beneficial
110 * depending on the architecture and compiler.
111 */
112#define MB()
113
114/*
115 * The XPROD functions are meant to optimize the cross products found all 108 * The XPROD functions are meant to optimize the cross products found all
116 * over the place in mdct.c by forcing memory operation ordering to avoid 109 * over the place in mdct.c by forcing memory operation ordering to avoid
117 * unnecessary register reloads as soon as memory is being written to. 110 * unnecessary register reloads as soon as memory is being written to.