Support testing _Float64x libm functions.
commitae7207d033481191bdbf46f18afbb2fad0397730
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 22:25:03 +0000 (24 22:25 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Nov 2017 22:25:03 +0000 (24 22:25 +0000)
tree49f630a43a725b6bbde1b714ab20551e132686c8
parent9596fc69b188b5a190ed41ac92c0330efef1fdaa
Support testing _Float64x libm functions.

This patch adds support for testing _Float64x libm functions.  A
configuration with such functions sets float64x-alias-fcts = yes in a
sysdeps Makeconfig file; until such settings are added, this test
support is inactive.

Tested for x86_64, including in conjunction with _Float64x support
patches.

* math/test-float64x.h: New file.
* math/Makefile (type-float64x-yes): New variable.
(test-types): Add $(type-float64x-$(float64x-alias-fcts)).
ChangeLog
math/Makefile
math/test-float64x.h [new file with mode: 0644]