Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.59 -> 1.60
---
Log message:

For PR696: http://llvm.cs.uiuc.edu/PR696 :
Add checks for ceil, ceilf, floor, and floorf


---
Diffs of the changes:  (+12 -0)

 config.h.in |   12 ++++++++++++
 1 files changed, 12 insertions(+)


Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.59 
llvm/include/llvm/Config/config.h.in:1.60
--- llvm/include/llvm/Config/config.h.in:1.59   Mon Nov 14 01:24:17 2005
+++ llvm/include/llvm/Config/config.h.in        Thu Jan 19 02:22:40 2006
@@ -51,6 +51,12 @@
 /* Does not have bi-directional iterator */
 #undef HAVE_BI_ITERATOR
 
+/* Define to 1 if you have the `ceil' function. */
+#undef HAVE_CEIL
+
+/* Define to 1 if you have the `ceilf' function. */
+#undef HAVE_CEILF
+
 /* Define to 1 if you have the `closedir' function. */
 #undef HAVE_CLOSEDIR
 
@@ -97,6 +103,12 @@
 /* Set to 1 if the finite function is found in <ieeefp.h> */
 #undef HAVE_FINITE_IN_IEEEFP_H
 
+/* Define to 1 if you have the `floor' function. */
+#undef HAVE_FLOOR
+
+/* Define to 1 if you have the `floorf' function. */
+#undef HAVE_FLOORF
+
 /* Does not have forward iterator */
 #undef HAVE_FWD_ITERATOR
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to