diff options
author | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2014-01-03 17:51:28 +0000 |
---|---|---|
committer | joseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d> | 2014-01-03 17:51:28 +0000 |
commit | f71e9a28759c1f5d6e8dc0baced440e72507b433 (patch) | |
tree | d1ef7f1f84de67d0446b60c04f10a47c84ac1ddc /libc/sysdeps/sh/s_fma.c | |
parent | 036dfd44bcc8ed8e97dcd9c763f61d3b59796941 (diff) | |
download | eglibc2-f71e9a28759c1f5d6e8dc0baced440e72507b433.tar.gz |
Merge changes between r24468 and r24941 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@24942 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/sysdeps/sh/s_fma.c')
-rw-r--r-- | libc/sysdeps/sh/s_fma.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/sh/s_fma.c b/libc/sysdeps/sh/s_fma.c new file mode 100644 index 000000000..d92438d44 --- /dev/null +++ b/libc/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 |