about summary refs log tree commit diff
path: root/REORG.TODO/sysdeps/sh/s_fmaf.c
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/sysdeps/sh/s_fmaf.c')
-rw-r--r--REORG.TODO/sysdeps/sh/s_fmaf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/REORG.TODO/sysdeps/sh/s_fmaf.c b/REORG.TODO/sysdeps/sh/s_fmaf.c
new file mode 100644
index 0000000000..3b811ae6da
--- /dev/null
+++ b/REORG.TODO/sysdeps/sh/s_fmaf.c
@@ -0,0 +1,5 @@
+#ifdef __SH_FPU_ANY__
+# include <sysdeps/ieee754/dbl-64/s_fmaf.c>
+#else
+# include <soft-fp/fmasf4.c>
+#endif