gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / fmal
blob3927262e6a91f784f58bbcf08c29f597d25579b5
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 assert-h        [{ 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 gl_CONDITIONAL([GL_COND_OBJ_FMAL],
27                [test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1])
28 AM_COND_IF([GL_COND_OBJ_FMAL], [
29   gl_PREREQ_FMAL
31 gl_MATH_MODULE_INDICATOR([fmal])
33 Makefile.am:
34 if GL_COND_OBJ_FMAL
35 lib_SOURCES += fmal.c
36 endif
38 Include:
39 <math.h>
41 Link:
42 $(FMAL_LIBM)
44 License:
45 LGPL
47 Maintainer:
48 all