Merge branch 'stable'
[gnulib.git] / modules / fmaf
1 Description:
2 fmaf() function: fused multiply-add.
3
4 Files:
5 lib/fmaf.c
6 lib/fma.c
7 lib/float+.h
8 m4/fmaf.m4
9 m4/fegetround.m4
10 m4/mathfunc.m4
11
12 Depends-on:
13 math
14 float           [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
15 stdbool         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
16 verify          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
17 isfinite        [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
18 integer_length  [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
19 frexpf          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
20 ldexpf          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
21
22 configure.ac:
23 gl_FUNC_FMAF
24 if test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1; then
25   AC_LIBOBJ([fmaf])
26   gl_PREREQ_FMAF
27 fi
28 gl_MATH_MODULE_INDICATOR([fmaf])
29
30 Makefile.am:
31
32 Include:
33 <math.h>
34
35 Link:
36 $(FMAF_LIBM)
37
38 License:
39 LGPL
40
41 Maintainer:
42 Bruno Haible