From e64ac02c24b43659048622714afdc92fedf561fa Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 1 Jul 2012 13:06:41 +0000 Subject: Move all files into ports/ subdirectory in preparation for merge with glibc --- ports/sysdeps/mips/mips64/n64/s_fma.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ports/sysdeps/mips/mips64/n64/s_fma.c (limited to 'ports/sysdeps/mips/mips64/n64/s_fma.c') diff --git a/ports/sysdeps/mips/mips64/n64/s_fma.c b/ports/sysdeps/mips/mips64/n64/s_fma.c new file mode 100644 index 0000000000..74a1e01fc1 --- /dev/null +++ b/ports/sysdeps/mips/mips64/n64/s_fma.c @@ -0,0 +1,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 -- cgit v1.2.3