stdbit: port to theoretical platforms
[gnulib.git] / modules / fma
blob14e841842db10eee6dd2fb9eab9dff698e7f3643
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 assert-h        [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 gl_CONDITIONAL([GL_COND_OBJ_FMA], [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1])
24 AM_COND_IF([GL_COND_OBJ_FMA], [
25   gl_PREREQ_FMA
27 gl_MATH_MODULE_INDICATOR([fma])
29 Makefile.am:
30 if GL_COND_OBJ_FMA
31 lib_SOURCES += fma.c
32 endif
34 Include:
35 <math.h>
37 Link:
38 $(FMA_LIBM)
40 License:
41 LGPL
43 Maintainer:
44 all