log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / fma
blob0d6558f36bcf128875d859a00cd1e41fd9c108e3
1 Description:
2 fma() function: fused multiply-add.
4 Files:
5 lib/fma.c
6 lib/float+.h
7 m4/fma.m4
8 m4/fegetround.m4
9 m4/mathfunc.m4
11 Depends-on:
12 math
13 float           [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
14 stdbool         [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
15 verify          [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
16 isfinite        [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
17 integer_length  [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
18 frexp           [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
19 ldexp           [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
21 configure.ac:
22 gl_FUNC_FMA
23 if test $HAVE_FMA = 0 || test $REPLACE_FMA = 1; then
24   AC_LIBOBJ([fma])
25   gl_PREREQ_FMA
27 gl_MATH_MODULE_INDICATOR([fma])
29 Makefile.am:
31 Include:
32 <math.h>
34 Link:
35 $(FMA_LIBM)
37 License:
38 LGPL
40 Maintainer:
41 all