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:
Diffstat (limited to 'celt/fixed_c5x.h')
-rw-r--r--celt/fixed_c5x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/celt/fixed_c5x.h b/celt/fixed_c5x.h
index 156ba45d..ea95a998 100644
--- a/celt/fixed_c5x.h
+++ b/celt/fixed_c5x.h
@@ -34,7 +34,7 @@
#include "dsplib.h"
#undef IMUL32
-static inline long IMUL32(long i, long j)
+static OPUS_INLINE long IMUL32(long i, long j)
{
long ac0, ac1;
ac0 = _lmpy(i>>16,j);