More portable default setting for HAVE_FAST_FMA

FP_FAST_FMA is the standard way to decide if fma is fast, unfortunately
in practice it can be defined even if fma is not inlined (e.g. with
-fno-builtin-fma), and it does not really help if the libc has a single
instruction implementation: the call overhead is too much.  Most of the
time it is the correct check though and without configure time checks
this is the closest we can get.
1 file changed
tree: a3a200325a1c98dac66042c8958975bfb4fab0b3
  1. auxiliary/
  2. math/
  3. test/
  4. .gitignore
  5. config.mk.dist
  6. LICENSE
  7. Makefile
  8. README