2 fmaf() function: fused multiply-add.
15 float [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
16 stdbool [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
17 verify [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
18 isfinite [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
19 integer_length [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
20 frexpf [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
21 ldexpf [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
25 if test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1; then
29 gl_MATH_MODULE_INDICATOR([fmaf])