From 36002f0786631a0f923ee2c60fb09a4fdba85ead Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Wed, 3 Jul 2013 11:23:01 -0400 Subject: tile: use soft-fp for fma() and fmaf() The sfp-machine.h is based on the gcc version, but extended with required new macros by comparison with other architectures and by investigating the hardware support for FP on tile. --- ports/sysdeps/tile/s_fma.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ports/sysdeps/tile/s_fma.c') diff --git a/ports/sysdeps/tile/s_fma.c b/ports/sysdeps/tile/s_fma.c index c84a9bb2df..d9613fa67c 100644 --- a/ports/sysdeps/tile/s_fma.c +++ b/ports/sysdeps/tile/s_fma.c @@ -1,4 +1 @@ -/* tile does not support the rounding modes required by the ieee754/dbl-64 - implementation, but it's still better than the generic implementation. */ - -#include +#include -- cgit 1.4.1