LGTM

-----Original Message-----
From: Beignet [mailto:[email protected]] On Behalf Of 
Zhigang Gong
Sent: Tuesday, September 16, 2014 9:57 AM
To: Gong, Zhigang
Cc: [email protected]
Subject: Re: [Beignet] [PATCH] GBE/libocl: add missing vector builtin 
definition for fma.

Ping for review.

On Fri, Sep 12, 2014 at 05:18:16PM +0800, Zhigang Gong wrote:
> Signed-off-by: Zhigang Gong <[email protected]>
> ---
>  backend/src/libocl/script/ocl_math.def | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/backend/src/libocl/script/ocl_math.def 
> b/backend/src/libocl/script/ocl_math.def
> index ff1d5d6..4baded4 100644
> --- a/backend/src/libocl/script/ocl_math.def
> +++ b/backend/src/libocl/script/ocl_math.def
> @@ -26,7 +26,7 @@ gentype fabs (gentype)  gentype fdim (gentype x, 
> gentype y)  gentype floor (gentype)  # XXX we use madd for fma 
> -#gentype fma (gentype a, gentype b, gentype c)
> +gentype fma (gentype a, gentype b, gentype c)
>  gentype fmax (gentype x, gentype y)
>  gentypef fmax (gentypef x, float y)
>  gentyped fmax (gentyped x, double y)
> --
> 1.8.3.2
> 
> _______________________________________________
> Beignet mailing list
> [email protected]
> http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet
_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to