summaryrefslogtreecommitdiff
path: root/gnulib/modules/sqrtl
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/sqrtl')
m---------gnulib0
-rw-r--r--gnulib/modules/sqrtl36
2 files changed, 36 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/sqrtl b/gnulib/modules/sqrtl
new file mode 100644
index 0000000..9bfa381
--- /dev/null
+++ b/gnulib/modules/sqrtl
@@ -0,0 +1,36 @@
+Description:
+sqrtl() function: square root with long double argument.
+
+Files:
+lib/sqrtl.c
+m4/sqrtl.m4
+
+Depends-on:
+math
+extensions
+sqrt [test $HAVE_SQRTL = 0]
+float [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+isnanl [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+frexpl [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+ldexpl [test $HAVE_SQRTL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+
+configure.ac:
+gl_FUNC_SQRTL
+if test $HAVE_SQRTL = 0; then
+ AC_LIBOBJ([sqrtl])
+fi
+gl_MATH_MODULE_INDICATOR([sqrtl])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(SQRTL_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Paolo Bonzini