aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-12-06 22:17:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-12-06 22:17:11 +0000
commite420d22826e081372d96af39f1f5a1fd4bb913a3 (patch)
tree5382941f98d8151ddcbb023641a5d44bb0427388 /ChangeLog
parent26007a2f689c94477ce9a00986613ccede052388 (diff)
downloadglibc-e420d22826e081372d96af39f1f5a1fd4bb913a3.zip
glibc-e420d22826e081372d96af39f1f5a1fd4bb913a3.tar.gz
glibc-e420d22826e081372d96af39f1f5a1fd4bb913a3.tar.bz2
Add header for _Float32 testing.
This patch adds the header required for testing _Float32 function aliases, using float ulps. The corresponding makefile support will be included in the main patch that enables those aliases. In conjunction with other _Float32 changes, tested for x86_64 and with build-many-glibcs.py. * math/test-float32.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1627f78..9648718 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-12-06 Joseph Myers <joseph@codesourcery.com>
+ * math/test-float32.h: New file.
+
* sysdeps/generic/libm-alias-float.h: Include <bits/floatn.h>.
[__HAVE_FLOAT32 && !__HAVE_DISTINCT_FLOAT32]
(libm_alias_float_other_r): Create f32 alias.