Hash :
1d7de2b4
Author :
Date :
2010-12-21T05:04:13
New module 'floorf-ieee'. * modules/floorf-ieee: New file. * m4/floorf.m4 (gl_FUNC_FLOORF): If gl_FUNC_FLOORF_IEEE is also used, test whether floorf works according to ISO C 99 with IEC 60559. * m4/floorf-ieee.m4: New file. * modules/floorf-ieee-tests: New file. * tests/test-floorf-ieee.c: New file, based on tests/test-floorf1.c. * tests/test-floorf1.c (main): Remove signbit tests. * modules/floorf-tests (Depends-on): Remove 'signbit'. * doc/posix-functions/floorf.texi: Mention the new module.
Files:
tests/test-floorf1.c
tests/test-floorf2.c
tests/minus-zero.h
tests/nan.h
tests/signature.h
tests/macros.h
Depends-on:
float
isnanf-nolibm
stdbool
stdint
configure.ac:
Makefile.am:
TESTS += test-floorf1 test-floorf2
check_PROGRAMS += test-floorf1 test-floorf2
test_floorf1_LDADD = $(LDADD) @FLOORF_LIBM@
test_floorf2_LDADD = $(LDADD) @FLOORF_LIBM@