Hash :
24c9b888
Author :
Date :
2011-06-19T14:06:51
roundf-ieee: Fix test failures on AIX 7.1 and OSF/1 5.1. * m4/roundf.m4 (gl_FUNC_ROUNDF): Test also the sign of roundf (-0.3f). * modules/roundf-ieee (Depends-on): Add floorf-ieee, ceilf-ieee. * doc/posix-functions/roundf.texi: Mention problem with negative arguments. * doc/posix-functions/ceilf.texi: Mention problem on OSF/1 5.1.
Description:
roundf() function according to ISO C 99 with IEC 60559.
Files:
m4/roundf-ieee.m4
m4/minus-zero.m4
m4/signbit.m4
Depends-on:
roundf
floorf-ieee [test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1]
ceilf-ieee [test $HAVE_DECL_ROUNDF = 0 || test $REPLACE_ROUNDF = 1]
configure.ac:
gl_FUNC_ROUNDF_IEEE
Makefile.am:
Include:
<math.h>
Link:
$(ROUNDF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible