Les articles publiés sur le site
-
27 juin 2016, par Julian Calaby
libFLAC/cpu.c: Use a dummy function for debugging
This saves 5 if statements that would have had to have been
optimised away.
-
26 juin 2016, par Erik de Castro Lopo
libFLAC/cpu.c: More MSVC fixes
With help from lvqcl <lvqcl.mail@gmail.com>
-
26 juin 2016, par Erik de Castro Lopo
libFLAC/cpu.c: Fixes for MSVC
MSVC is strange and perverse.
-
26 juin 2016, par Erik de Castro Lopo
libFLAC/cpu.c: Fix build on non-Intel CPUs
-
26 juin 2016, par Erik de Castro Lopo
libFLAC/cpu.c: More cleanup and refactoring
* Split `FLAC__cpu_info` into CPU specific functions. We now have
`ia32_cpi_info` and `x86_64_cpu_info` and a simple obvious way
to add support for other CPUs.
* Improve handling of Android OS.
* Remove more #ifdefs where possible.
* Compile (syntax and type check) DEBUG output code even when debugging
is disabled.
* Remove build support for ancient NetBSD version 1.5 (version 1.6 was
released in 2002).
- [DH] src/libFLAC/cpu.c
- [DH] src/libFLAC/include/private/cpu.h