diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-06-22 10:07:04 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-06-23 10:31:09 -0300 |
commit | 18a336772d8920780a0e5a60c363fb2d4bf4e81e (patch) | |
tree | ef162a13c7011f11c0292c329080106ff38c67c0 /ChangeLog | |
parent | 9f0170af26fa3643d9d4cd28d484b4e2d28c6cd5 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |