Add headers for _Float64, _Float32x testing.
commite2c4dce5350b8782d311467045c615734b2db270
authorJoseph Myers <joseph@codesourcery.com>
Tue, 5 Dec 2017 17:34:25 +0000 (5 17:34 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Tue, 5 Dec 2017 17:34:25 +0000 (5 17:34 +0000)
tree59a8a7ebb04a436bc6486c21b3c86c7109543a27
parentf2d64d621e620b3b11fc4ed55f3e753ed6dc31e7
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.
ChangeLog
math/test-float32x.h [new file with mode: 0644]
math/test-float64.h [new file with mode: 0644]