[CELT-dev] Bug (typo) in tip of Git
Bob Bang
bob.bang2 at gmail.com
Fri Mar 25 08:33:39 PDT 2011
I checked out a snapshot of code from the latest commit on Wed, 23 Mar 2011
00:32:49 +0000. I am running this on a C55x processor. (fixed point enabled)
Line 98 of ecintrin.h read:
# define EC_CLZ(_x) (_lnorm(x))
This lead to about 30 compile errors complaining about "identifier "x" is
undefined"
I changed it to:
# define EC_CLZ(_x) (_lnorm(_x))
and the compiler is much happier.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20110325/55d67f20/attachment-0002.htm
More information about the celt-dev
mailing list