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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-03-29 09:43:51 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2011-03-29 09:43:51 +0400
commit403485d09be1a254e2bf0e67f22e46b631c26519 (patch)
tree73616b6c9f28ffa6122c67b4c5cae22a1bb38730
parent9dec74d98d74e936569507a995e2401d324d1df5 (diff)
Typo in C5X macro
-rw-r--r--libcelt/ecintrin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/ecintrin.h b/libcelt/ecintrin.h
index 1a7f168..5012917 100644
--- a/libcelt/ecintrin.h
+++ b/libcelt/ecintrin.h
@@ -95,7 +95,7 @@ static __inline int ec_bsr(unsigned long _x){
#elif defined(ENABLE_TI_DSPLIB)
# include "dsplib.h"
# define EC_CLZ0 (31)
-# define EC_CLZ(_x) (_lnorm(x))
+# define EC_CLZ(_x) (_lnorm(_x))
#elif defined(__GNUC_PREREQ)
# if __GNUC_PREREQ(3,4)
# if INT_MAX>=2147483647