blob: 74a1e01fc11ab822b7e325b127c98068191192b4 (
plain) (
blame)
1
2
3
4
5
6
|
/* MIPS long double is implemented in software by fp-bit (as of GCC
4.7) without support for exceptions or rounding modes, so the fma
implementation in terms of long double is slow and will not produce
correctly rounding results. */
#include <sysdeps/ieee754/dbl-64/s_fma.c>
|