Skip to content
Snippets Groups Projects
Commit 403485d0 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Typo in C5X macro

parent 9dec74d9
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,7 @@ static __inline int ec_bsr(unsigned long _x){ ...@@ -95,7 +95,7 @@ static __inline int ec_bsr(unsigned long _x){
#elif defined(ENABLE_TI_DSPLIB) #elif defined(ENABLE_TI_DSPLIB)
# include "dsplib.h" # include "dsplib.h"
# define EC_CLZ0 (31) # define EC_CLZ0 (31)
# define EC_CLZ(_x) (_lnorm(x)) # define EC_CLZ(_x) (_lnorm(_x))
#elif defined(__GNUC_PREREQ) #elif defined(__GNUC_PREREQ)
# if __GNUC_PREREQ(3,4) # if __GNUC_PREREQ(3,4)
# if INT_MAX>=2147483647 # if INT_MAX>=2147483647
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment