| Index: silk/arm/SigProc_FIX_armv5e.h
|
| diff --git a/silk/arm/SigProc_FIX_armv5e.h b/silk/arm/SigProc_FIX_armv5e.h
|
| index 81a6324f652022312aa5e21cedbf36669116b09d..617a09cab1750518d393428587fb6d0bf2cc2240 100644
|
| --- a/silk/arm/SigProc_FIX_armv5e.h
|
| +++ b/silk/arm/SigProc_FIX_armv5e.h
|
| @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
| #define SILK_SIGPROC_FIX_ARMv5E_H
|
|
|
| #undef silk_SMULTT
|
| -static inline opus_int32 silk_SMULTT_armv5e(opus_int32 a, opus_int32 b)
|
| +static OPUS_INLINE opus_int32 silk_SMULTT_armv5e(opus_int32 a, opus_int32 b)
|
| {
|
| opus_int32 res;
|
| __asm__(
|
| @@ -44,7 +44,7 @@ static inline opus_int32 silk_SMULTT_armv5e(opus_int32 a, opus_int32 b)
|
| #define silk_SMULTT(a, b) (silk_SMULTT_armv5e(a, b))
|
|
|
| #undef silk_SMLATT
|
| -static inline opus_int32 silk_SMLATT_armv5e(opus_int32 a, opus_int32 b,
|
| +static OPUS_INLINE opus_int32 silk_SMLATT_armv5e(opus_int32 a, opus_int32 b,
|
| opus_int32 c)
|
| {
|
| opus_int32 res;
|
|
|