mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* modules/round-ieee: New file. * m4/round.m4 (gl_FUNC_ROUND): If gl_FUNC_ROUND_IEEE is also used, test whether round works according to ISO C 99 with IEC 60559. * m4/round-ieee.m4: New file. * modules/round-ieee-tests: New file. * tests/test-round-ieee.c: New file, based on tests/test-roundf-ieee.c. * tests/test-round1.c (main): Remove signbit tests. * modules/round-tests (Depends-on): Remove 'signbit'. * doc/posix-functions/round.texi: Mention the new module.
16 lines
226 B
Plaintext
16 lines
226 B
Plaintext
Files:
|
|
tests/test-round-ieee.c
|
|
tests/minus-zero.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
float
|
|
signbit
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-round-ieee
|
|
check_PROGRAMS += test-round-ieee
|
|
test_round_ieee_LDADD = $(LDADD) @ROUND_LIBM@
|