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 Subset-compatible 16-bit FLAC files
is slightly increased on SSE4.1-compatible CPUs.


___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


--
Olivier Tristan
Research & Development
www.uvi.net

___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev


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

-- 
--
Erik de Castro Lopo
http://www.mega-nerd.com/
___
flac-dev mailing list
flac-dev@xiph.org
http://lists.xiph.org/mailman/listinfo/flac-dev