Re: [flac-dev] [PATCH 3/5] SIMD: accelerate decoding of some 24-bit FLAC

2017-02-19 Thread Erik de Castro Lopo
lvqcl wrote: > This patch accelerates decoding of non-Subset 24-bit FLAC files > (where lpc_order > 12). > > (The improved function is FLAC__lpc_restore_signal_wide_intrin_sse41(). > It requires SSE4.1 and it's used only by 32-bit libFLAC) Applied. Thanks. Erik --

[flac-dev] [PATCH 3/5] SIMD: accelerate decoding of some 24-bit FLAC

2017-02-18 Thread lvqcl
This patch accelerates decoding of non-Subset 24-bit FLAC files (where lpc_order > 12). (The improved function is FLAC__lpc_restore_signal_wide_intrin_sse41(). It requires SSE4.1 and it's used only by 32-bit libFLAC) 03_wide_decode.patch Description: Binary data _