Re: [Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h.

2019-01-22 Thread Chris Wilson
Quoting Matt Turner (2019-01-22 00:49:39) > On Thu, Jan 17, 2019 at 12:27 AM Chris Wilson > wrote: > > > > Quoting Raghuveer Devulapalli (2019-01-17 00:59:59) > > > From: raghuveer devulapalli > > > > > > These helper function will be reused in pixman-avx2.c implementations in > > > the future.

Re: [Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h.

2019-01-21 Thread Matt Turner
On Wed, Jan 16, 2019 at 4:57 PM Raghuveer Devulapalli wrote: > > From: raghuveer devulapalli > > These helper function will be reused in pixman-avx2.c implementations in > the future. > --- > pixman/pixman-sse2.c | 504 +-- > pixman/pixman-sse2.h | 502 +++

Re: [Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h.

2019-01-21 Thread Matt Turner
On Thu, Jan 17, 2019 at 12:27 AM Chris Wilson wrote: > > Quoting Raghuveer Devulapalli (2019-01-17 00:59:59) > > From: raghuveer devulapalli > > > > These helper function will be reused in pixman-avx2.c implementations in > > the future. > > Are we ever going to run into a naming conflict in the

Re: [Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h.

2019-01-17 Thread Devulapalli, Raghuveer
: Devulapalli, Raghuveer Subject: Re: [Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h. Quoting Raghuveer Devulapalli (2019-01-17 00:59:59) > From: raghuveer devulapalli > > These helper function will be reused in pixman-avx2.c implementations > i

Re: [Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h.

2019-01-17 Thread Chris Wilson
Quoting Raghuveer Devulapalli (2019-01-17 00:59:59) > From: raghuveer devulapalli > > These helper function will be reused in pixman-avx2.c implementations in > the future. Are we ever going to run into a naming conflict in the future? Is it worth prefixing all the inlines with sse2_? Probably m

[Pixman] [PATCH 2/3] Moving helper functions in pixman-sse2.c to pixman-sse2.h.

2019-01-16 Thread Raghuveer Devulapalli
From: raghuveer devulapalli These helper function will be reused in pixman-avx2.c implementations in the future. --- pixman/pixman-sse2.c | 504 +-- pixman/pixman-sse2.h | 502 ++ 2 files changed, 503 insertions(+),