diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-12-09 11:41:55 -0200 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-05-17 18:59:23 -0300 |
commit | 477bf19a590b6e6de65f326cb00dcb8999fa8b26 (patch) | |
tree | abb4d8a31bc1a82c783d021e2a7991b7e923c408 /ChangeLog | |
parent | b2980e3c545294d71b3960ce74b6148e274d2488 (diff) | |
download | glibc-477bf19a590b6e6de65f326cb00dcb8999fa8b26.tar.gz glibc-477bf19a590b6e6de65f326cb00dcb8999fa8b26.tar.xz glibc-477bf19a590b6e6de65f326cb00dcb8999fa8b26.zip |
float128: Extend __MATH_TG for float128 support
* math/math.h (__MATH_TG): Extend the conditions to add _Float128 support. * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6c03b363a2..d1b4523888 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-05-17 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com> + + * math/math.h (__MATH_TG): Extend the conditions to add + _Float128 support. + * misc/sys/cdefs.h (__HAVE_GENERIC_SELECTION): New macro. + 2017-05-17 Paul A. Clarke <pc@us.ibm.com> * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile |