prepare NEWS.stable
[gnulib.git] / modules / fmal
1 Description:
2 fmal() function: fused multiply-add.
3
4 Files:
5 lib/fmal.c
6 lib/fma.c
7 lib/float+.h
8 m4/fmal.m4
9 m4/fegetround.m4
10 m4/mathfunc.m4
11
12 Depends-on:
13 math
14 fma             [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
15 float           [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 stdbool         [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 verify          [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 isfinite        [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
19 integer_length  [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
20 frexpl          [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
21 ldexpl          [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
22
23 configure.ac:
24 gl_FUNC_FMAL
25 if test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; then
26   AC_LIBOBJ([fmal])
27   gl_PREREQ_FMAL
28 fi
29 gl_MATH_MODULE_INDICATOR([fmal])
30
31 Makefile.am:
32
33 Include:
34 <math.h>
35
36 Link:
37 $(FMAL_LIBM)
38
39 License:
40 LGPL
41
42 Maintainer:
43 Bruno Haible