[Beignet] [PATCH] add 64-bit version of "shuffle", "shuffle2"
Zhigang Gong
zhigang.gong at linux.intel.com
Tue Sep 3 00:54:31 PDT 2013
LGTM, thanks.
On Mon, Sep 02, 2013 at 01:42:35PM +0800, Homer Hsing wrote:
>
> 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
>
> _______________________________________________
> Beignet mailing list
> Beignet at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/beignet
More information about the Beignet
mailing list