[libclc] 126/291: Remove clc/gentype.inc

Andreas Beckmann anbe at moszumanska.debian.org
Tue Sep 8 10:53:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository libclc.

commit 9645a583da3439ee3366d03ada05d123d497035a
Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Wed Apr 30 18:35:17 2014 +0000

    Remove clc/gentype.inc
    
    This file duplicates clc/math/gentype.inc and is not
    actually being used.
    
    Patch by: Jeroen Ketema
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@207684 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/gentype.inc | 51 -----------------------------------------
 1 file changed, 51 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/libclc.git



More information about the Pkg-opencl-commits mailing list