diff options
Diffstat (limited to 'ports/sysdeps/tile/s_fma.c')
-rw-r--r-- | ports/sysdeps/tile/s_fma.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <sysdeps/ieee754/dbl-64/s_fma.c> +#include <soft-fp/fmadf4.c> |