On Sun, Mar 22, 2015 at 03:48:12PM -0400, Tucker DiNapoli wrote:
> From: Tucker DiNapoli
>
> This patch set contains implementations of various filters from libpostproc,
> translated from inline asm (in postprocess_template.c) into seperate yasm
> files.
> In addition support for sse2 and avx2 h
From: Tucker DiNapoli
This patch set contains implementations of various filters from libpostproc,
translated from inline asm (in postprocess_template.c) into seperate yasm files.
In addition support for sse2 and avx2 has been added via the use of the simd
abstraction layer from x86inc.asm. There