add 64-bit version of "shuffle", "shuffle2"
authorHomer Hsing <homer.xing@intel.com>
Mon, 2 Sep 2013 05:42:35 +0000 (13:42 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Tue, 3 Sep 2013 08:16:49 +0000 (16:16 +0800)
Signed-off-by: Homer Hsing <homer.xing@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/src/ocl_stdlib.tmpl.h

index 304f64d..9a0c8aa 100644 (file)
@@ -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