summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/vector_math16_armv6.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/demac/libdemac/vector_math16_armv6.h')
-rw-r--r--apps/codecs/demac/libdemac/vector_math16_armv6.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/codecs/demac/libdemac/vector_math16_armv6.h b/apps/codecs/demac/libdemac/vector_math16_armv6.h
index 7ecf372462..592e9dc7e6 100644
--- a/apps/codecs/demac/libdemac/vector_math16_armv6.h
+++ b/apps/codecs/demac/libdemac/vector_math16_armv6.h
@@ -205,9 +205,7 @@ static inline void vector_sub(int16_t* v1, int16_t* v2)
205 205
206/* This version fetches data as 32 bit words, and *requires* v1 to be 206/* This version fetches data as 32 bit words, and *requires* v1 to be
207 * 32 bit aligned, otherwise it will result either in a data abort, or 207 * 32 bit aligned, otherwise it will result either in a data abort, or
208 * incorrect results (if ARM aligncheck is disabled). It is optimised 208 * incorrect results (if ARM aligncheck is disabled). */
209 * for ARM7TDMI. Using it for ARM9 or higher results in worse performance
210 * than the C version. */
211static inline int32_t scalarproduct(int16_t* v1, int16_t* v2) 209static inline int32_t scalarproduct(int16_t* v1, int16_t* v2)
212{ 210{
213 int res = 0; 211 int res = 0;