]> git.ipfire.org Git - thirdparty/glibc.git/blob - ports/sysdeps/mips/mips64/n64/s_fma.c
Move all files into ports/ subdirectory in preparation for merge with glibc
[thirdparty/glibc.git] / ports / sysdeps / mips / mips64 / n64 / s_fma.c
1 /* MIPS long double is implemented in software by fp-bit (as of GCC
2 4.7) without support for exceptions or rounding modes, so the fma
3 implementation in terms of long double is slow and will not produce
4 correctly rounding results. */
5
6 #include <sysdeps/ieee754/dbl-64/s_fma.c>