From 1f7ca4c3c642d27f5f9afd63c5cfb7ba93e72c27 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 7 Mar 2012 00:49:52 +0100 Subject: [PATCH] New module 'expm1l-ieee'. * modules/expm1l-ieee: New file. --- ChangeLog | 3 +++ modules/expm1l-ieee | 26 ++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 modules/expm1l-ieee diff --git a/ChangeLog b/ChangeLog index ce4f056630..8815558b44 100644 --- 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 index 0000000000..f900c47317 --- /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 -- 2.39.5