diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-17 11:31:07 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2012-05-17 11:31:07 -0400 |
commit | 61a52130e8736d13059cdd090d3c8b2ac42f292b (patch) | |
tree | 688eef0fabcae1e103b50d136b8ebc90b637252f /ChangeLog.tile | |
parent | ac9182e7532b7a903afa1b86545dd9f1cc308a74 (diff) | |
download | glibc-61a52130e8736d13059cdd090d3c8b2ac42f292b.tar.gz glibc-61a52130e8736d13059cdd090d3c8b2ac42f292b.tar.xz glibc-61a52130e8736d13059cdd090d3c8b2ac42f292b.zip |
tile: update libm-test-ulps for improved fma() and exp10()
Diffstat (limited to 'ChangeLog.tile')
-rw-r--r-- | ChangeLog.tile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.tile b/ChangeLog.tile index 7d3c7bde7e..24da151bbf 100644 --- a/ChangeLog.tile +++ b/ChangeLog.tile @@ -1,5 +1,7 @@ 2012-05-17 Chris Metcalf <cmetcalf@tilera.com> + * sysdeps/tile/libm-test-ulps: Improved fma() and exp10(). + * sysdeps/tile/s_fma.c: Use ieee754/dbl-64 without rounding or exception support; it's still much better than the generic version. |