Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2013-05-21 23:53:33 +0400
committerTimothy B. Terriberry <tterribe@xiph.org>2013-05-21 23:53:33 +0400
commite095c3eb7f84983e58d61983dbb29cbbf42a902d (patch)
treeeb3ce8e9b217ccde57e5e7f716534e00f5d5e356 /silk/SigProc_FIX.h
parentb518b56fe11bf53f88fe30d57ea9d668337983a9 (diff)
Move ARM asm into its own directories.
Diffstat (limited to 'silk/SigProc_FIX.h')
-rw-r--r--silk/SigProc_FIX.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/silk/SigProc_FIX.h b/silk/SigProc_FIX.h
index 9631d7f4..64c0b0ea 100644
--- a/silk/SigProc_FIX.h
+++ b/silk/SigProc_FIX.h
@@ -577,11 +577,11 @@ static inline opus_int64 silk_max_64(opus_int64 a, opus_int64 b)
#include "MacroDebug.h"
#ifdef ARMv4_ASM
-#include "SigProc_FIX_armv4.h"
+#include "arm/SigProc_FIX_armv4.h"
#endif
#ifdef ARMv5E_ASM
-#include "SigProc_FIX_armv5e.h"
+#include "arm/SigProc_FIX_armv5e.h"
#endif
#ifdef __cplusplus