[libclc] r317232 - acos: Use unary_decl instead of custom inc file

Jan Vesely via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 2 12:48:06 PDT 2017


Author: jvesely
Date: Thu Nov  2 12:48:06 2017
New Revision: 317232

URL: http://llvm.org/viewvc/llvm-project?rev=317232&view=rev
Log:
acos: 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>

Removed:
    libclc/trunk/generic/include/clc/math/acos.inc
Modified:
    libclc/trunk/generic/include/clc/math/acos.h

Modified: libclc/trunk/generic/include/clc/math/acos.h
URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/math/acos.h?rev=317232&r1=317231&r2=317232&view=diff
==============================================================================
--- libclc/trunk/generic/include/clc/math/acos.h (original)
+++ libclc/trunk/generic/include/clc/math/acos.h Thu Nov  2 12:48:06 2017
@@ -1,2 +1,7 @@
-#define __CLC_BODY <clc/math/acos.inc>
+#define __CLC_BODY <clc/math/unary_decl.inc>
+#define __CLC_FUNCTION acos
+
 #include <clc/math/gentype.inc>
+
+#undef __CLC_BODY
+#undef __CLC_FUNCTION

Removed: libclc/trunk/generic/include/clc/math/acos.inc
URL: http://llvm.org/viewvc/llvm-project/libclc/trunk/generic/include/clc/math/acos.inc?rev=317231&view=auto
==============================================================================
--- libclc/trunk/generic/include/clc/math/acos.inc (original)
+++ libclc/trunk/generic/include/clc/math/acos.inc (removed)
@@ -1 +0,0 @@
-_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE acos(__CLC_GENTYPE x);




More information about the cfe-commits mailing list