summaryrefslogtreecommitdiff
path: root/apps/dsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.h')
-rw-r--r--apps/dsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dsp.h b/apps/dsp.h
index 5d6e964d89..4e57adfc12 100644
--- a/apps/dsp.h
+++ b/apps/dsp.h
@@ -60,7 +60,7 @@ enum {
60}; 60};
61 61
62/* A bunch of fixed point assembler helper macros */ 62/* A bunch of fixed point assembler helper macros */
63#if defined(CPU_COLDFIRE) && !defined(SIMULATOR) 63#if defined(CPU_COLDFIRE)
64/* These macros use the Coldfire EMAC extension and need the MACSR flags set 64/* These macros use the Coldfire EMAC extension and need the MACSR flags set
65 * to fractional mode with no rounding. 65 * to fractional mode with no rounding.
66 */ 66 */
@@ -133,7 +133,7 @@ enum {
133 133
134#define ACC_INIT(acc, x, y) ACC(acc, x, y) 134#define ACC_INIT(acc, x, y) ACC(acc, x, y)
135 135
136#elif defined(CPU_ARM) && !defined(SIMULATOR) 136#elif defined(CPU_ARM)
137 137
138/* Multiply two S.31 fractional integers and return the sign bit and the 138/* Multiply two S.31 fractional integers and return the sign bit and the
139 * 31 most significant bits of the result. 139 * 31 most significant bits of the result.