summaryrefslogtreecommitdiff
path: root/gnulib/modules/frexp-nolibm
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/frexp-nolibm')
m---------gnulib0
-rw-r--r--gnulib/modules/frexp-nolibm29
2 files changed, 29 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/frexp-nolibm b/gnulib/modules/frexp-nolibm
new file mode 100644
index 0000000..6791fe1
--- /dev/null
+++ b/gnulib/modules/frexp-nolibm
@@ -0,0 +1,29 @@
+Description:
+frexp() function: split a double into its constituents, without requiring libm.
+
+Files:
+lib/frexp.c
+m4/frexp.m4
+
+Depends-on:
+math
+isnand-nolibm [test $gl_func_frexp_no_libm != yes]
+
+configure.ac:
+gl_FUNC_FREXP_NO_LIBM
+if test $gl_func_frexp_no_libm != yes; then
+ AC_LIBOBJ([frexp])
+fi
+gl_MATH_MODULE_INDICATOR([frexp])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, Paolo Bonzini
+