Hash :
4ee2d292
Author :
Date :
2010-12-21T15:58:00
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.
Files:
tests/test-roundf1.c
tests/test-round2.c
tests/test-roundf2.c
tests/minus-zero.h
tests/nan.h
tests/signature.h
tests/macros.h
Depends-on:
ceilf
floorf
isnanf-nolibm
stdbool
stdint
verify
configure.ac:
Makefile.am:
TESTS += test-roundf1 test-roundf2
check_PROGRAMS += test-roundf1 test-roundf2
test_roundf1_LDADD = $(LDADD) @ROUNDF_LIBM@
test_roundf2_LDADD = $(LDADD) @ROUNDF_LIBM@