Re: [flac-dev] [PATCH 2] more changes in bitmath.h

2015-12-29 Thread Erik de Castro Lopo
lvqcl wrote: > 1) FLAC supports only MSVS 2005 and newer, so (_MSC_VER >= 1400) > is always true and can be removed. > > > 2) The argument for FLAC__clz_uint32() is of FLAC__uint32 type, so > FLAC__clz_soft_uint32() should have the same argument type. > > > 3) The patch removes unnecessary par

[flac-dev] [PATCH 2] more changes in bitmath.h

2015-12-28 Thread lvqcl
1) FLAC supports only MSVS 2005 and newer, so (_MSC_VER >= 1400) is always true and can be removed. 2) The argument for FLAC__clz_uint32() is of FLAC__uint32 type, so FLAC__clz_soft_uint32() should have the same argument type. 3) The patch removes unnecessary parentheses around 'word' variable