[Libclc-dev] [PATCH] Remove clc/gentype.inc

Tom Stellard tom at stellard.net
Wed Apr 30 14:17:20 PDT 2014


On Wed, Apr 30, 2014 at 05:08:58PM +0100, Jeroen Ketema wrote:
> 
> On 30 Apr 2014, at 00:23, Tom Stellard <tom at stellard.net> wrote:
> 
> > On Tue, Apr 29, 2014 at 12:41:47PM +0100, Jeroen Ketema wrote:
> >> This file duplicates clc/math/gentype.inc and is not
> >> actually being used.
> > 
> > LGTM.
> 
> Excellent. Can you get this committed (if you haven’t already)?
> 

I committed this today, and the git mirror seems to be back up again.

-Tom

> Thanks,
> 
>  Jeroen
> 
> > 
> >> ---
> >> generic/include/clc/gentype.inc | 51 -----------------------------------------
> >> 1 file changed, 51 deletions(-)
> >> delete mode 100644 generic/include/clc/gentype.inc
> >> 
> >> diff --git a/generic/include/clc/gentype.inc b/generic/include/clc/gentype.inc
> >> deleted file mode 100644
> >> index 1ff064a..0000000
> >> --- a/generic/include/clc/gentype.inc
> >> +++ /dev/null
> >> @@ -1,51 +0,0 @@
> >> -#define __CLC_GENTYPE float
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE float2
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE float3
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE float4
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE float8
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE float16
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#ifdef cl_khr_fp64
> >> -#define __CLC_GENTYPE double
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE double2
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE double3
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE double4
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE double8
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -
> >> -#define __CLC_GENTYPE double16
> >> -#include BODY
> >> -#undef __CLC_GENTYPE
> >> -#endif
> >> -
> >> -#undef BODY
> >> -- 
> >> 1.8.5.2 (Apple Git-48)
> >> 
> >> 
> >> _______________________________________________
> >> Libclc-dev mailing list
> >> Libclc-dev at pcc.me.uk
> >> http://www.pcc.me.uk/cgi-bin/mailman/listinfo/libclc-dev
> 




More information about the Libclc-dev mailing list