summaryrefslogtreecommitdiff
path: root/gnulib/modules/fma
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/fma')
m---------gnulib0
-rw-r--r--gnulib/modules/fma41
2 files changed, 41 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/fma b/gnulib/modules/fma
new file mode 100644
index 0000000..8c8057a
--- /dev/null
+++ b/gnulib/modules/fma
@@ -0,0 +1,41 @@
+Description:
+fma() function: fused multiply-add.
+
+Files:
+lib/fma.c
+lib/float+.h
+m4/fma.m4
+m4/fegetround.m4
+m4/mathfunc.m4
+
+Depends-on:
+math
+float [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+stdbool [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+verify [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+isfinite [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+integer_length [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+frexp [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+ldexp [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+
+configure.ac:
+gl_FUNC_FMA
+if test $HAVE_FMA = 0 || test $REPLACE_FMA = 1; then
+ AC_LIBOBJ([fma])
+ gl_PREREQ_FMA
+fi
+gl_MATH_MODULE_INDICATOR([fma])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(FMA_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible