LGTM, thanks.
On Mon, Sep 02, 2013 at 01:42:35PM +0800, Homer Hsing wrote: > > Signed-off-by: Homer Hsing <[email protected]> > --- > 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 > [email protected] > http://lists.freedesktop.org/mailman/listinfo/beignet _______________________________________________ Beignet mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/beignet
