[Pixman] [PATCH 0/1 v2] vmx: workarounds to fix powerpc little endian particularities
Fernando Seiti Furusato
ferseiti at linux.vnet.ibm.com
Mon Jun 1 13:45:59 PDT 2015
Hello.
In the v2 of the patch, I tried to address some concerns, raised by Siarhei
Siamashka.
One that I was not sure of how to treat was the vec_perm within splat_alpha
function. It does not look all pretty, but it will work regardless of the
endianness.
Although it was suggested that I created a function that might have performed
the unpacking by itself, I thought that maybe performing the operation while
unpacking could save some lines of code and function calls. Thus I just
replaced that part as you will see in the patch.
I also ran lowlevel-blt-bench with over_8888_8888 and the results (comparing
unpatched and patched) were quite similar.
Please let me know if you have any comments.
Thanks.
Fernando Seiti Furusato (1):
vmx: workarounds to fix powerpc little endian particularities
pixman/pixman-vmx.c | 106 +++++++++++++++++++++++++++++++++-------------------
1 file changed, 67 insertions(+), 39 deletions(-)
--
2.1.4
More information about the Pixman
mailing list