diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2011-12-03 21:14:25 -0500 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-12-03 21:14:25 -0500 |
commit | 63d143a25de663958186bcd6ab6d9a2356c40324 (patch) | |
tree | f2299428d61a79275b8939383e37c019e9e89e68 /sysdeps/tile/s_fma.c | |
parent | a63c7fa1856d6d4ef6573111e5700ac01b0bf6b2 (diff) | |
download | glibc-63d143a25de663958186bcd6ab6d9a2356c40324.tar glibc-63d143a25de663958186bcd6ab6d9a2356c40324.tar.gz glibc-63d143a25de663958186bcd6ab6d9a2356c40324.tar.bz2 glibc-63d143a25de663958186bcd6ab6d9a2356c40324.zip |
Add sysdeps/tile, sysdeps/unix/sysv/linux/tile.
Changes are tracked in ChangeLog.tile.
Also add data/c++-types-tile-linux-gnu.data.
Diffstat (limited to 'sysdeps/tile/s_fma.c')
-rw-r--r-- | sysdeps/tile/s_fma.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/tile/s_fma.c b/sysdeps/tile/s_fma.c new file mode 100644 index 0000000000..355b4edf6a --- /dev/null +++ b/sysdeps/tile/s_fma.c @@ -0,0 +1,3 @@ +/* Although tile uses ieee754/dbl-64, it does not support the + rounding modes required to use the standard dbl-64 s_fma.c. */ +#include <math/s_fma.c> |