[Libclc-dev] [PATCH 11/29] cos: Use unary_decl instead of custom inc file
Jan Vesely via Libclc-dev
libclc-dev at lists.llvm.org
Thu Nov 2 09:10:09 PDT 2017
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
generic/include/clc/math/cos.h | 6 +++++-
generic/include/clc/math/cos.inc | 1 -
2 files changed, 5 insertions(+), 2 deletions(-)
delete mode 100644 generic/include/clc/math/cos.inc
diff --git a/generic/include/clc/math/cos.h b/generic/include/clc/math/cos.h
index 3d4cf39..e21d811 100644
--- a/generic/include/clc/math/cos.h
+++ b/generic/include/clc/math/cos.h
@@ -1,3 +1,7 @@
-#define __CLC_BODY <clc/math/cos.inc>
+#define __CLC_BODY <clc/math/unary_decl.inc>
+#define __CLC_FUNCTION cos
+
#include <clc/math/gentype.inc>
+
#undef __CLC_BODY
+#undef __CLC_FUNCTION
diff --git a/generic/include/clc/math/cos.inc b/generic/include/clc/math/cos.inc
deleted file mode 100644
index 160e625..0000000
--- a/generic/include/clc/math/cos.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE cos(__CLC_GENTYPE a);
--
2.13.6
More information about the Libclc-dev
mailing list