Re: [flac-dev] Performance and precompute_partition_info_sums_32bit_asm_ia32_()

2013-09-25 Thread Erik de Castro Lopo
lvqcl wrote: Conclusions: 1) flac is always faster when precompute_partition_info_sums_32bit_asm_ia32_() is disabled. Maybe its time to either improve or remove that code. Erik -- -- Erik de Castro Lopo

Re: [flac-dev] PATCHES for cpu.h/cpu.c

2013-09-25 Thread Erik de Castro Lopo
lvqcl wrote: The first patch adds SSE4.1/SSE4.2 detection. The second patch removes union data in struct FLAC__CPUInfo and replaces it with #ifdefs. Reason: currently it's possible to set or get data.ia32.sse3 value from x86-64 code, etc. It's a potential source of errors (at least that's

Re: [flac-dev] PATCH for configure.ac

2013-09-25 Thread Erik de Castro Lopo
lvqcl wrote: 1) adds FLAC__ALIGN_MALLOC_DATA for x86_64 arch 2) removes XIPH_ADD_CFLAGS([-msse]) (-msse2 implies -msse) 3) fixes a typo Applied. Thanks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/

[flac-dev] PATCH: move M_PI definition to share/compat.h

2013-09-25 Thread lvqcl
Analogous to M_LN2 patch: the patch moves definition of M_PI from src/libFLAC/window.c and src/test_streams/main.c to include/share/compat.h M_PI.patch Description: Binary data ___ flac-dev mailing list flac-dev@xiph.org