New module 'roundf-ieee'.
authorBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 14:58:00 +0000 (15:58 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 21 Dec 2010 21:46:47 +0000 (22:46 +0100)
commit4ee2d29251b218b1f4f520494499e55b6d1714ba
tree089215ab58941d23518659e35ae7465971da26b1
parentfdb0fd9e820d721e6492b041ddc49d49b4c61e64
New module 'roundf-ieee'.

* modules/roundf-ieee: New file.
* m4/roundf.m4 (gl_FUNC_ROUNDF): If gl_FUNC_ROUNDF_IEEE is also used,
test whether roundf works according to ISO C 99 with IEC 60559.
* m4/roundf-ieee.m4: New file.
* modules/roundf-ieee-tests: New file.
* tests/test-roundf-ieee.c: New file, based on tests/test-roundf1.c.
* tests/test-roundf1.c (main): Remove signbit tests.
* modules/roundf-tests (Depends-on): Remove 'signbit'.
* doc/posix-functions/roundf.texi: Mention the new module.
ChangeLog
doc/posix-functions/roundf.texi
m4/roundf-ieee.m4 [new file with mode: 0644]
m4/roundf.m4
modules/roundf-ieee [new file with mode: 0644]
modules/roundf-ieee-tests [new file with mode: 0644]
modules/roundf-tests
tests/test-roundf-ieee.c [new file with mode: 0644]
tests/test-roundf1.c