From f5a880854b3e90611b301e17614772f63d4d4c7f Mon Sep 17 00:00:00 2001 From: Homer Hsing Date: Mon, 2 Sep 2013 13:42:35 +0800 Subject: [PATCH] add 64-bit version of "shuffle", "shuffle2" Signed-off-by: Homer Hsing Reviewed-by: Zhigang Gong --- 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 304f64d..9a0c8aa 100644 --- a/backend/src/ocl_stdlib.tmpl.h +++ b/backend/src/ocl_stdlib.tmpl.h @@ -1779,6 +1779,8 @@ DEF(ushort) DEF(int) DEF(uint) DEF(float) +DEF(long) +DEF(ulong) #undef DEF #undef DEC2 #undef DEC4 @@ -1884,6 +1886,8 @@ DEF(ushort) DEF(int) DEF(uint) DEF(float) +DEF(long) +DEF(ulong) #undef DEF #undef DEC2 #undef DEC2X -- 2.7.4