[flac-dev] Typos in the FLAC codebase
lvqcl
lvqcl.mail at gmail.com
Sun Jun 1 04:19:05 PDT 2014
Erik de Castro Lopo wrote:
>> But such names (FLaC__NO_ASM, FLaC__CPU_IA32, FLaC__CPU_PPC, FLaC__USE_3DNOW, ...)
>> begin with 'FLaC__' only in configure.ac. In all source files (.c, .h, .cpp)
>> they begin with 'FLAC__' (all caps).
>
> Is this possibly the cause of the issue you mentioned in the email
> titled "Bug in FLAC or in GCC or somewhere else?".
I don't think so. This bug can be fixed by replacing -O3 by -O2,
so preprocessor macros don't matter.
Also the problem disappears if I add
printf("elems = %u", elems);
just before
upper = (Int32_t) ceil (elems * (1. - RMS_PERCENTILE));
More information about the flac-dev
mailing list