[libclc] r207684 - Remove clc/gentype.inc

Tom Stellard thomas.stellard at amd.com
Wed Apr 30 11:35:17 PDT 2014


Author: tstellar
Date: Wed Apr 30 13:35:17 2014
New Revision: 207684

URL: http://llvm.org/viewvc/llvm-project?rev=207684&view=rev
Log:
Remove clc/gentype.inc

This file duplicates clc/math/gentype.inc and is not
actually being used.

Patch by: Jeroen Ketema

Removed:
    libclc/trunk/generic/include/clc/gentype.inc

Removed: libclc/trunk/generic/include/clc/gentype.inc
URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/gentype.inc?rev=207683&view=auto
==============================================================================
--- libclc/trunk/generic/include/clc/gentype.inc (original)
+++ libclc/trunk/generic/include/clc/gentype.inc (removed)
@@ -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





More information about the cfe-commits mailing list