[Libclc-dev] [PATCH 5/7] nextafter: Use binary_decl_tt.inc instead of custom inc file.
Jan Vesely via Libclc-dev
libclc-dev at lists.llvm.org
Tue Mar 12 10:11:00 PDT 2019
Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
---
generic/include/clc/math/nextafter.h | 7 ++++++-
generic/include/clc/math/nextafter.inc | 1 -
2 files changed, 6 insertions(+), 2 deletions(-)
delete mode 100644 generic/include/clc/math/nextafter.inc
diff --git a/generic/include/clc/math/nextafter.h b/generic/include/clc/math/nextafter.h
index b6f3204..2204ba0 100644
--- a/generic/include/clc/math/nextafter.h
+++ b/generic/include/clc/math/nextafter.h
@@ -1,2 +1,7 @@
-#define __CLC_BODY <clc/math/nextafter.inc>
+#define __CLC_FUNCTION nextafter
+#define __CLC_BODY <clc/math/binary_decl_tt.inc>
+
#include <clc/math/gentype.inc>
+
+#undef __CLC_BODY
+#undef __CLC_FUNCTION
diff --git a/generic/include/clc/math/nextafter.inc b/generic/include/clc/math/nextafter.inc
deleted file mode 100644
index 67a6116..0000000
--- a/generic/include/clc/math/nextafter.inc
+++ /dev/null
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE nextafter(__CLC_GENTYPE a, __CLC_GENTYPE b);
--
2.19.2
More information about the Libclc-dev
mailing list