aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-06-22 10:07:04 -0300
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-06-23 10:31:09 -0300
commit18a336772d8920780a0e5a60c363fb2d4bf4e81e (patch)
treeef162a13c7011f11c0292c329080106ff38c67c0 /ChangeLog
parent9f0170af26fa3643d9d4cd28d484b4e2d28c6cd5 (diff)
downloadglibc-18a336772d8920780a0e5a60c363fb2d4bf4e81e.zip
glibc-18a336772d8920780a0e5a60c363fb2d4bf4e81e.tar.gz
glibc-18a336772d8920780a0e5a60c363fb2d4bf4e81e.tar.bz2
Prepare the manual to display math errors for float128 functions
When float128 support gets enabled for powerpc64le, the ULP errors for float128 functions need to be presented in the manual. This patch adds support for displaying them. Tested for powerpc64le and s390x. * manual/libm-err-tab.pl (@all_floats, %suffices, parse_ulps): Enable generation of float128 entries on the error table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7a655..f63f017 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2017-06-23 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+ * manual/libm-err-tab.pl (@all_floats, %suffices, parse_ulps):
+ Enable generation of float128 entries on the error table.
+
+2017-06-23 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
+
* include/float.h: Include libc-header-start.h to get the
definition of __GLIBC_USE.