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