[libclc] 77/92: native_log10: Use unary_decl instead of custom inc file

Andreas Boll aboll-guest at moszumanska.debian.org
Mon Nov 6 15:12:05 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 8289f8cc144bffa281f2595d8f23fb3e76726cf1
Author: Jan Vesely <jan.vesely at rutgers.edu>
Date:   Thu Nov 2 19:48:44 2017 +0000

    native_log10: 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@317251 91177308-0d34-0410-b5e6-96231b3b80d8
---
 generic/include/clc/math/native_log10.h   | 8 ++++++--
 generic/include/clc/math/native_log10.inc | 1 -
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/generic/include/clc/math/native_log10.h b/generic/include/clc/math/native_log10.h
index b877efd..3d3c14d 100644
--- a/generic/include/clc/math/native_log10.h
+++ b/generic/include/clc/math/native_log10.h
@@ -1,5 +1,9 @@
-#define __CLC_BODY <clc/math/native_log10.inc>
+#define __CLC_BODY <clc/math/unary_decl.inc>
+#define __CLC_FUNCTION native_log10
 #define __FLOAT_ONLY
+
 #include <clc/math/gentype.inc>
-#undef __CLC_BODY
+
 #undef __FLOAT_ONLY
+#undef __CLC_BODY
+#undef __CLC_FUNCTION
diff --git a/generic/include/clc/math/native_log10.inc b/generic/include/clc/math/native_log10.inc
deleted file mode 100644
index ce5a994..0000000
--- a/generic/include/clc/math/native_log10.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE native_log10(__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