about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-06-22 23:06:41 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-06-22 23:06:41 +0000
commitc271ff9469dd55896c5110194bb3668e4ddb2708 (patch)
tree6ac20d62ff43133b2206d67768766b336a18759f /ChangeLog
parent8d375dafe2caa85add7d5ef5bf8c8d421353df7b (diff)
downloadglibc-c271ff9469dd55896c5110194bb3668e4ddb2708.tar.gz
glibc-c271ff9469dd55896c5110194bb3668e4ddb2708.tar.xz
glibc-c271ff9469dd55896c5110194bb3668e4ddb2708.zip
Support _Float128 in ldbl-96 bits/iscanonical.h.
This patch adds _Float128 support to the ldbl-96 bits/iscanonical.h,
as needed for x86_64 / x86 / ia64 support of _Float128.

Tested for x86_64 (in conjunction with float128 patches).

	* sysdeps/ieee754/ldbl-96/bits/iscanonical.h
	[__HAVE_DISTINCT_FLOAT128] (__iscanonicalf128): New macro.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f05b18f51..e7a68b3ac3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-06-22  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/ieee754/ldbl-96/bits/iscanonical.h
+	[__HAVE_DISTINCT_FLOAT128] (__iscanonicalf128): New macro.
+
 	* sysdeps/generic/math-tests.h: Include <bits/floatn.h>.
 	(MATH_TESTS_TG): New macro.
 	(SNAN_TESTS_float128): Likewise.