aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-12-05 17:34:25 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-12-05 17:34:25 +0000
commite2c4dce5350b8782d311467045c615734b2db270 (patch)
tree59a8a7ebb04a436bc6486c21b3c86c7109543a27 /ChangeLog
parentf2d64d621e620b3b11fc4ed55f3e753ed6dc31e7 (diff)
downloadglibc-e2c4dce5350b8782d311467045c615734b2db270.zip
glibc-e2c4dce5350b8782d311467045c615734b2db270.tar.gz
glibc-e2c4dce5350b8782d311467045c615734b2db270.tar.bz2
Add headers for _Float64, _Float32x testing.
This patch adds the headers required for testing _Float64 and _Float32x function aliases (using double ulps). The corresponding makefile support will be included in the patch that actually adds those aliases; there doesn't seem much point in adding makefile conditionals for testing something that will be available unconditionally. In conjunction with other _Float64 / _Float32x changes, test for x86_64 and with build-many-glibcs.py. * math/test-float32x.h: New file. * math/test-float64.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afe13d3..8ed099d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2017-12-05 Joseph Myers <joseph@codesourcery.com>
+ * math/test-float32x.h: New file.
+ * math/test-float64.h: Likewise.
+
* sysdeps/generic/libm-alias-double.h: Include <bits/floatn.h>.
(libm_alias_double_other_r_f64): New macro.
(libm_alias_double_other_r_f32x): Likewise.