hypotf-ieee: Work around test failure on OSF/1 and native Windows.
authorBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 19:26:22 +0000 (20:26 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 29 Feb 2012 19:51:43 +0000 (20:51 +0100)
commitb3f31eeaa29521c15f6d5523a50c3061faf4384b
tree096547183d5e2200f846fd4366f9ffab9fea50ad
parent9fb732a430dbc21f0502b77e76ec68d13f8b8f39
hypotf-ieee: Work around test failure on OSF/1 and native Windows.

* m4/hypotf-ieee.m4: New file.
* m4/hypotf.m4 (gl_FUNC_HYPOTF): If gl_FUNC_HYPOTF_IEEE is present,
test whether hypotf works with mixed NaN and Infinity arguments.
Replace it if not.
* modules/hypotf-ieee (Files): Add m4/hypotf-ieee.m4.
(Depends-on): Add hypot-ieee.
(configure.ac): Invoke gl_FUNC_HYPOTF_IEEE.
* doc/posix-functions/hypotf.texi: Mention the hypotf-ieee module.
ChangeLog
doc/posix-functions/hypotf.texi
m4/hypotf-ieee.m4 [new file with mode: 0644]
m4/hypotf.m4
modules/hypotf-ieee