search for: macros_arm5

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

Did you mean: macros_arm5e
2013 May 17
1
[Patch]01-Add ARM5E macros
...quot;(c), "r"(a) + ); + return res; +} + +#endif diff --git a/silk/macros.h b/silk/macros.h index 31344cf..fd9ad5d 100644 --- a/silk/macros.h +++ b/silk/macros.h @@ -32,6 +32,10 @@ POSSIBILITY OF SUCH DAMAGE. #include "config.h" #endif +#ifdef ARM5E_ASM +#include "macros_arm5e.h" +#else /* Generic macro */ + /* This is an inline header file for general platform. */ /* (a32 * (opus_int32)((opus_int16)(b32))) >> 16 output have to be 32bit int */ @@ -134,5 +138,7 @@ static inline opus_int32 silk_CLZ32(opus_int32 in32) (*((Matrix_base_adr) + ((row)+(M)*(...