# HG changeset patch # User Bruno Haible # Date 1331077792 -3600 # Node ID 2ef778d85b804e75c0fba19522c546750cc4260a # Parent 865854b1455aacadeaa79609aaef2b0a20ab5ccd New module 'expm1l-ieee'. * modules/expm1l-ieee: New file. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-03-06 Bruno Haible + New module 'expm1l-ieee'. + * modules/expm1l-ieee: New file. + Tests for module 'expm1f-ieee'. * modules/expm1f-ieee-tests: New file. * tests/test-expm1f-ieee.c: New file. diff --git a/modules/expm1l-ieee b/modules/expm1l-ieee new file mode 100644 --- /dev/null +++ b/modules/expm1l-ieee @@ -0,0 +1,26 @@ +Description: +expm1l() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +expm1l +fpieee +expm1-ieee [test $HAVE_EXPM1L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1] + +configure.ac: +AC_REQUIRE([gl_FUNC_EXPM1L]) + +Makefile.am: + +Include: + + +Link: +$(EXPM1L_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible