Re: [Pixman] [PATCH 00/12] Implement more vmx fast paths

2015-07-16 Thread Siarhei Siamashka
On Wed, 15 Jul 2015 11:48:28 -0400 Adam Jackson a...@redhat.com wrote: On Thu, 2015-07-02 at 13:04 +0300, Oded Gabbay wrote: Hi, This patch-set implements the most heavily used fast paths, according to profiling done by me using the cairo traces package. I finally got a chance to try

Re: [Pixman] [PATCH 00/12] Implement more vmx fast paths

2015-07-16 Thread Oded Gabbay
On Wed, Jul 15, 2015 at 6:48 PM, Adam Jackson a...@redhat.com wrote: On Thu, 2015-07-02 at 13:04 +0300, Oded Gabbay wrote: Hi, This patch-set implements the most heavily used fast paths, according to profiling done by me using the cairo traces package. I finally got a chance to try this

Re: [Pixman] [PATCH 00/12] Implement more vmx fast paths

2015-07-13 Thread Siarhei Siamashka
On Thu, 2 Jul 2015 13:04:05 +0300 Oded Gabbay oded.gab...@gmail.com wrote: Hi, This patch-set implements the most heavily used fast paths, according to profiling done by me using the cairo traces package. The patch-set adds many helper functions, to ease the conversion of fast paths

[Pixman] [PATCH 00/12] Implement more vmx fast paths

2015-07-02 Thread Oded Gabbay
Hi, This patch-set implements the most heavily used fast paths, according to profiling done by me using the cairo traces package. The patch-set adds many helper functions, to ease the conversion of fast paths between the sse2 implementations (which I used as a base) and the vmx implementations.