summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/tile/s_fma.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/tile/s_fma.c')
-rw-r--r--libc/ports/sysdeps/tile/s_fma.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libc/ports/sysdeps/tile/s_fma.c b/libc/ports/sysdeps/tile/s_fma.c
index c84a9bb2d..d9613fa67 100644
--- a/libc/ports/sysdeps/tile/s_fma.c
+++ b/libc/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>