From 29618f6b74520811db2d2394e33606b9c7f2ef4a Mon Sep 17 00:00:00 2001 From: Kaz Kojima Date: Tue, 17 Dec 2013 09:00:05 +0900 Subject: Make soft-float sh use soft-fp fma/fmaf. --- sysdeps/sh/s_fmaf.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sysdeps/sh/s_fmaf.c (limited to 'sysdeps/sh/s_fmaf.c') diff --git a/sysdeps/sh/s_fmaf.c b/sysdeps/sh/s_fmaf.c new file mode 100644 index 0000000000..3b811ae6da --- /dev/null +++ b/sysdeps/sh/s_fmaf.c @@ -0,0 +1,5 @@ +#ifdef __SH_FPU_ANY__ +# include +#else +# include +#endif -- cgit v1.2.1