search for: sigproc_fix_arm5e

Displaying 1 result from an estimated 1 matches for "sigproc_fix_arm5e".

Did you mean: sigproc_fix_armv5e
2013 May 17
1
[Patch]01-Add ARM5E macros
..._FIX.h b/silk/SigProc_FIX.h index cf1ab36..bccd73d 100644 --- a/silk/SigProc_FIX.h +++ b/silk/SigProc_FIX.h @@ -576,6 +576,10 @@ static inline opus_int64 silk_max_64(opus_int64 a, opus_int64 b) #include "MacroCount.h" #include "MacroDebug.h" +#ifdef ARM5E_ASM +#include "SigProc_FIX_arm5e.h" +#endif + #ifdef __cplusplus } #endif diff --git a/silk/SigProc_FIX_arm5e.h b/silk/SigProc_FIX_arm5e.h new file mode 100644 index 0000000..52032f6 --- /dev/null +++ b/silk/SigProc_FIX_arm5e.h @@ -0,0 +1,68 @@ +/*********************************************************************** +Cop...