verify: new macro 'assume'
[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 extensions
15 float           [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
16 stdbool         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
17 verify          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
18 isfinite        [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
19 integer_length  [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
20 frexpf          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
21 ldexpf          [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
22
23 configure.ac:
24 gl_FUNC_FMAF
25 if test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1; then
26   AC_LIBOBJ([fmaf])
27   gl_PREREQ_FMAF
28 fi
29 gl_MATH_MODULE_INDICATOR([fmaf])
30
31 Makefile.am:
32
33 Include:
34 <math.h>
35
36 Link:
37 $(FMAF_LIBM)
38
39 License:
40 LGPL
41
42 Maintainer:
43 Bruno Haible