Re: [Pixman] [PATCH] Adding infrastructure to permit future AVX2 implementations

2018-09-06 Thread Devulapalli, Raghuveer
[mailto:matts...@gmail.com] Sent: Wednesday, August 29, 2018 11:43 AM To: Devulapalli, Raghuveer Cc: pixman@lists.freedesktop.org Subject: Re: [Pixman] [PATCH] Adding infrastructure to permit future AVX2 implementations Thank you for the patches! Some comments inline. On Wed, Aug 22, 2018 at 10:03 AM

Re: [Pixman] [PATCH] Adding infrastructure to permit future AVX2 implementations

2018-08-29 Thread Matt Turner
Thank you for the patches! Some comments inline. On Wed, Aug 22, 2018 at 10:03 AM raghuveer devulapalli wrote: > > --- > configure.ac| 44 > pixman/Makefile.am | 12 > pixman/pixman-avx2.c| 32

Re: [Pixman] [PATCH] Adding infrastructure to permit future AVX2 implementations

2018-08-23 Thread Chris Wilson
Quoting raghuveer devulapalli (2018-08-22 18:02:02) > #ifdef HAVE_GETISAX > @@ -119,7 +120,7 @@ pixman_cpuid (uint32_t feature, > __asm__ volatile ( > "cpuid""\n\t" > : "=a" (*a), "=b" (*b), "=c" (*c), "=d" (*d) > - : "a" (feature)); > +

[Pixman] [PATCH] Adding infrastructure to permit future AVX2 implementations

2018-08-22 Thread raghuveer devulapalli
--- configure.ac| 44 pixman/Makefile.am | 12 pixman/pixman-avx2.c| 32 pixman/pixman-private.h | 5 + pixman/pixman-x86.c | 15 +-- 5 files changed, 106 insertions