On 5 June 2017 at 17:18, wschm...@us.ibm.com
wrote:
>
>
>> On Jun 5, 2017, at 11:14 AM, Emil Velikov wrote:
>>
>> On 3 June 2017 at 00:37, Ben Crocker wrote:
>>> Implement assembly language API acceleration for PPC64LE,
>>> analogous to long-standing implementations for X86 and X86-64.
>>>
>>> S
> On Jun 5, 2017, at 11:14 AM, Emil Velikov wrote:
>
> On 3 June 2017 at 00:37, Ben Crocker wrote:
>> Implement assembly language API acceleration for PPC64LE,
>> analogous to long-standing implementations for X86 and X86-64.
>>
>> See also similar implementation in libglvnd.
>>
>> Tested wi
On 3 June 2017 at 00:37, Ben Crocker wrote:
> Implement assembly language API acceleration for PPC64LE,
> analogous to long-standing implementations for X86 and X86-64.
>
> See also similar implementation in libglvnd.
>
> Tested with Piglit.
>
> Signed-off-by: Ben Crocker
Thanks for the update Be
Implement assembly language API acceleration for PPC64LE,
analogous to long-standing implementations for X86 and X86-64.
See also similar implementation in libglvnd.
Tested with Piglit.
Signed-off-by: Ben Crocker
---
configure.ac | 12 +++
src/mapi/Makefile.sources| 2 +
Hi guys,
Ben please add some commit message. If nothing obvious comes to mind,
do mention how you tested the patch.
My PPC ASM is quite limited, so there's only minor suggestions below.
> --- a/src/mapi/Makefile.sources
> +++ b/src/mapi/Makefile.sources
> @@ -15,6 +15,7 @@
> #this mode, comp
Signed-off-by: Ben Crocker
---
configure.ac | 12 +++
src/mapi/Makefile.sources| 3 +
src/mapi/entry.c | 12 ++-
src/mapi/entry_ppc64le_tls.h | 150 +++
src/mapi/entry_ppc64le_tsd.h | 208 +++