posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / fmal
blob72c38d51d2b0f870a4b9efe64201eccb69058349
1 Description:
2 fmal() function: fused multiply-add.
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
12 Depends-on:
13 math
14 extensions
15 fma             [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
16 float           [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 stdbool         [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18 verify          [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
19 isfinite        [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
20 integer_length  [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
21 frexpl          [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
22 ldexpl          [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
24 configure.ac:
25 gl_FUNC_FMAL
26 if test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; then
27   AC_LIBOBJ([fmal])
28   gl_PREREQ_FMAL
30 gl_MATH_MODULE_INDICATOR([fmal])
32 Makefile.am:
34 Include:
35 <math.h>
37 Link:
38 $(FMAL_LIBM)
40 License:
41 LGPL
43 Maintainer:
44 all