From: Homer Hsing Date: Mon, 2 Sep 2013 05:42:35 +0000 (+0800) Subject: add 64-bit version of "shuffle", "shuffle2" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5a880854b3e90611b301e17614772f63d4d4c7f;p=contrib%2Fbeignet.git add 64-bit version of "shuffle", "shuffle2" Signed-off-by: Homer Hsing Reviewed-by: Zhigang Gong --- 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