diff options
Diffstat (limited to 'sysdeps/sh/s_fma.c')
-rw-r--r-- | sysdeps/sh/s_fma.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/sh/s_fma.c b/sysdeps/sh/s_fma.c new file mode 100644 index 0000000000..d92438d448 --- /dev/null +++ b/sysdeps/sh/s_fma.c @@ -0,0 +1,5 @@ +#ifdef __SH_FPU_ANY__ +# include <sysdeps/ieee754/dbl-64/s_fma.c> +#else +# include <soft-fp/fmadf4.c> +#endif |