[flac-dev] [GIT PULL] Assorted bugfixes and improvements (from openSUSE)

Cristian Rodríguez crrodriguez at opensuse.org
Fri Mar 30 09:01:38 PDT 2012


El 30/03/12 07:14, Erik de Castro Lopo escribió:
> Cristian Rodríguez wrote:
>
>> The following changes since commit b78d8e4db10e57b8d82bb82e4e3662d5dedd7255:
>>
>>     FLAC__bitmath_ilog2,FLAC__bitmath_ilog2_wide,COUNT_ZERO_MSBS: add gcc
>> specific optimizations (2012-03-28 15:43:48 -0300)
>>
>> are available in the git repository at:
>>
>>     git://github.com/crrodriguez/flac.git master
>>
>> for you to fetch changes up to 3a060556772c5d6a6464afddfda7c3ad2f93a306:
>
> Hi Cristian,
>
> Thanks for your interest in improving FLAC. I will address your patches
> one-by-one.
>
>   * b78d8e4db1.. FLAC__bitmath_ilog2,FLAC__bitmath_ilog2_wide,COUNT_ZERO_MSBS: add gcc…
>
>     +1. You sent me this patch in a private email and I was in the process
>     of commiting a slightly modified version.

there is a tiny problem there. the preprocessor check for __builtin_clz

#if defined(__GNUC__) && ((__GNUC__ == 3 && __GNUC_MINOR__ >= 4) || 
__GNUC__ >= 4)

So it compiles on very old systems...


More information about the flac-dev mailing list