[libclc] r317257 - sqrt: Use unary_decl instead of custom inc file

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


Author: jvesely
Date: Thu Nov  2 12:48:55 2017
New Revision: 317257

URL: http://llvm.org/viewvc/llvm-project?rev=317257&view=rev
Log:
sqrt: 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/sqrt.inc
Modified:
    libclc/trunk/generic/include/clc/math/sqrt.h

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

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




More information about the cfe-commits mailing list