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.ves...@rutgers.edu>
Reviewed-By: Aaron Watry <awa...@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);


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to