Re: [Pixman] [PATCH 10/12] MIPS: disabled non 32-bit platforms

2013-09-18 Thread Siarhei Siamashka
On Mon, 9 Sep 2013 00:52:49 +0200 Nemanja Lukic nemanja.lu...@rt-rk.com wrote: This patch add mechanism which allows optimizations to be run only on 32-bit platforms. --- pixman/pixman-mips.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git

[Pixman] [PATCH 10/12] MIPS: disabled non 32-bit platforms

2013-09-08 Thread Nemanja Lukic
This patch add mechanism which allows optimizations to be run only on 32-bit platforms. --- pixman/pixman-mips.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pixman/pixman-mips.c b/pixman/pixman-mips.c index a9f228a..eadf912 100644 --- a/pixman/pixman-mips.c +++