summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-02-02 17:26:16 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2015-02-02 21:39:25 -0500
commitbc580dd327b37b38d4f66d5c335b3e9fc12eaac8 (patch)
tree3470b7992ac7321d7e5c1245e61a3e59a43de36d /uconfig.h
parent65e96328dc059ab074d6218137c73aae8cb058e2 (diff)
downloadperl-bc580dd327b37b38d4f66d5c335b3e9fc12eaac8.tar.gz
Configure: lrintl, lroundl, llrintl, llroundl
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h32
1 files changed, 30 insertions, 2 deletions
diff --git a/uconfig.h b/uconfig.h
index 189b0fd721..af629bd106 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -3960,12 +3960,26 @@
*/
/*#define HAS_LLRINT / **/
+/* HAS_LLRINTL:
+ * This symbol, if defined, indicates that the llrintl routine is
+ * available to return the closest long long value of the long double
+ * argument according to the current rounding mode.
+ */
+/*#define HAS_LLRINTL / **/
+
/* HAS_LLROUND:
* This symbol, if defined, indicates that the llround routine is
* available to return the nearest long long value.
*/
/*#define HAS_LLROUND / **/
+/* HAS_LLROUNDL:
+ * This symbol, if defined, indicates that the llroundl routine is
+ * available to return the nearest long long value of the long double
+ * argument value.
+ */
+/*#define HAS_LLROUNDL / **/
+
/* HAS_LOG1P:
* This symbol, if defined, indicates that the log1p routine is
* available to do the logarithm of 1 plus argument function.
@@ -3991,12 +4005,26 @@
*/
/*#define HAS_LRINT / **/
+/* HAS_LRINTL:
+ * This symbol, if defined, indicates that the lrintl routine is
+ * available to return the closest integral value to the long double
+ * argument according to the current rounding mode.
+ */
+/*#define HAS_LRINTL / **/
+
/* HAS_LROUND:
* This symbol, if defined, indicates that the lround routine is
* available to return the nearest integral value.
*/
/*#define HAS_LROUND / **/
+/* HAS_LROUNDL:
+ * This symbol, if defined, indicates that the lroundl routine is
+ * available to return the nearest integral value to the long double
+ * argument.
+ */
+/*#define HAS_LROUNDL / **/
+
/* HAS_MADVISE:
* This symbol, if defined, indicates that the madvise system call is
* available to map a file into memory.
@@ -5133,6 +5161,6 @@
#endif
/* Generated from:
- * 45b69f7afc4f5a9118deafae60c017b206cc0acf790bf42c0c80cfe114a06e47 config_h.SH
- * 37fcea608869353fa4ba82c931a6a9668f955825992315f17a1500b8bcba2bf8 uconfig.sh
+ * d654b628ee93a97d86e8830d2d3ba0d822699ba7279c759d3c66e779c56f6675 config_h.SH
+ * f00aaa095a00a83a70716ff4b9df8a1e7feb27fbb4d9b759d4ca27e6412545b1 uconfig.sh
* ex: set ro: */