diff options
author | Ben Crocker <[email protected]> | 2017-06-02 19:37:55 -0400 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-06-28 08:20:45 +0100 |
commit | c26be2b2e920b9e79067c9ffa51cc6f122a08743 (patch) | |
tree | e75a41d16dcde244856ab518a774572703bfbeff /src/mapi/Makefile.sources | |
parent | 74db56b97a65d488c38a8cfbb600b019439c2f91 (diff) |
mapi: Enable assembly language API acceleration for PPC64LE (V2)
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 <[email protected]>
Acked-by: Emil Velikov <[email protected]>
Reviewed-by: Bill Schmidt <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.sources')
-rw-r--r-- | src/mapi/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/Makefile.sources b/src/mapi/Makefile.sources index 37d6ef3aaae..5647158e3da 100644 --- a/src/mapi/Makefile.sources +++ b/src/mapi/Makefile.sources @@ -26,6 +26,8 @@ MAPI_BRIDGE_FILES = \ entry_x86-64_tls.h \ entry_x86_tls.h \ entry_x86_tsd.h \ + entry_ppc64le_tls.h \ + entry_ppc64le_tsd.h \ mapi_tmp.h MAPI_FILES = \ |