search for: _lnorm

Displaying 1 result from an estimated 1 matches for "_lnorm".

Did you mean: rlnorm
2011 Mar 25
0
Bug (typo) in tip of Git
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/...