Les articles publiés sur le site
-
Improve SIMD detection with Visual Studio
Visual Studio can use GCC (for Android) and Clang (supported toolset) so they must be checked before native compiler.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
- [DH] src/libFLAC/include/private/cpu.h
-
6 mai 2018, par Erik de Castro Lopo
Fix more GCC warnings about case fall-through
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/lpc_intrin_sse41.c
-
6 mai 2018, par Erik de Castro Lopo
More generic version of MSVC bug workaround
This is an updtate to the fix for an MSVC 2015 bug in 94a61241b0.
Patch-from: lvqcl <lvqcl.mail@gmail.com>
- [DH] src/libFLAC/stream_encoder_intrin_avx2.c
- [DH] src/libFLAC/stream_encoder_intrin_sse2.c
- [DH] src/libFLAC/stream_encoder_intrin_ssse3.c
-
30 avril 2018, par Erik de Castro Lopo
.travis.yml: Test --enable-64-bit-words as well
-
30 avril 2018, par Robert Kausch
Fix CRC calculation for small blocks.
- [DH] src/libFLAC/bitreader.c