[Beignet] [PATCH] add 64-bit version of "shuffle", "shuffle2"

Homer Hsing homer.xing at intel.com
Sun Sep 1 22:42:35 PDT 2013


Signed-off-by: Homer Hsing <homer.xing at intel.com>
---
 backend/src/ocl_stdlib.tmpl.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/backend/src/ocl_stdlib.tmpl.h b/backend/src/ocl_stdlib.tmpl.h
index 8bb15e6..a7b63ca 100644
--- a/backend/src/ocl_stdlib.tmpl.h
+++ b/backend/src/ocl_stdlib.tmpl.h
@@ -1871,6 +1871,8 @@ DEF(ushort)
 DEF(int)
 DEF(uint)
 DEF(float)
+DEF(long)
+DEF(ulong)
 #undef DEF
 #undef DEC2
 #undef DEC4
@@ -1976,6 +1978,8 @@ DEF(ushort)
 DEF(int)
 DEF(uint)
 DEF(float)
+DEF(long)
+DEF(ulong)
 #undef DEF
 #undef DEC2
 #undef DEC2X
-- 
1.8.1.2



More information about the Beignet mailing list