[libclc] 86/92: tgamma: Use unary_decl instead of custom inc file

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Nov 6 15:12:07 UTC 2017


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

aboll-guest pushed a commit to branch master
in repository libclc.

commit f07a10170a91a461e5ea1579ccb025526a372b7a
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Thu Nov 2 19:49:00 2017 +0000

    tgamma: Use unary_decl instead of custom inc file
    
    Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
    Reviewed-By: Aaron Watry <awatry at gmail.com>
    
    git-svn-id: https://llvm.org/svn/llvm-project/libclc/trunk@317260 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/math/tgamma.h   | 6 +++++-
 generic/include/clc/math/tgamma.inc | 1 -
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/generic/include/clc/math/tgamma.h b/generic/include/clc/math/tgamma.h
index a041d32..e17e0ff 100644
--- a/generic/include/clc/math/tgamma.h
+++ b/generic/include/clc/math/tgamma.h
@@ -1,3 +1,7 @@
-#define __CLC_BODY <clc/math/tgamma.inc>
+#define __CLC_BODY <clc/math/unary_decl.inc>
+#define __CLC_FUNCTION tgamma
+
 #include <clc/math/gentype.inc>
+
 #undef __CLC_BODY
+#undef __CLC_FUNCTION
diff --git a/generic/include/clc/math/tgamma.inc b/generic/include/clc/math/tgamma.inc
deleted file mode 100644
index 9f67fe4..0000000
--- a/generic/include/clc/math/tgamma.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE tgamma(__CLC_GENTYPE a);

-- 
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