[flac-dev] bitmath.h static array

lvqcl lvqcl.mail at gmail.com
Sat Oct 11 02:07:01 PDT 2014


lvqcl wrote:

> There is a function FLAC__clz_soft_uint32 in bitmath.h:
>
> static inline unsigned int FLAC__clz_soft_uint32(unsigned int word)

>
> It seems that it adds a copy of byte_to_unary_table[] array to
> any file that includes this header.

It turns out to be MSVC-specific. GCC and Intel are smarter
and don't do this.


More information about the flac-dev mailing list