mirror of
https://github.com/xiph/opus.git
synced 2025-05-30 07:07:42 +00:00
Typo in C5X macro
This commit is contained in:
parent
9dec74d98d
commit
403485d09b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue