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. _______________________________________________ flac-dev mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac-dev
