2 fma() function: fused multiply-add.
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]
23 if test $HAVE_FMA = 0 || test $REPLACE_FMA = 1; then
27 gl_MATH_MODULE_INDICATOR([fma])