Re: [flac-dev] [PATCH 4/5] SIMD: accelerate decoding of 16-bit FLAC

2018-08-27 Thread Olivier Tristan
I do see some improvements in x64 build using SSE4.1. (VS2017) You didn't see any improvements on your end ? Le 18/02/2017 à 17:47, lvqcl a écrit : This patch adds 2 new functions, FLAC__lpc_restore_signal_intrin_sse41() and FLAC__lpc_restore_signal_16_intrin_sse41(). The decoding speed of Sub

Re: [flac-dev] [PATCH 4/5] SIMD: accelerate decoding of 16-bit FLAC

2017-02-19 Thread Erik de Castro Lopo
lvqcl wrote: > This patch adds 2 new functions, > FLAC__lpc_restore_signal_intrin_sse41() and > FLAC__lpc_restore_signal_16_intrin_sse41(). > > The decoding speed of Subset-compatible 16-bit FLAC files > is slightly increased on SSE4.1-compatible CPUs. Applied. Thanks. Erik -- ---

[flac-dev] [PATCH 4/5] SIMD: accelerate decoding of 16-bit FLAC

2017-02-18 Thread lvqcl
This patch adds 2 new functions, FLAC__lpc_restore_signal_intrin_sse41() and FLAC__lpc_restore_signal_16_intrin_sse41(). The decoding speed of Subset-compatible 16-bit FLAC files is slightly increased on SSE4.1-compatible CPUs. 04_add_new_intrin_func.patch Description: Binary data __