From: Bruno Haible Date: Mon, 27 Feb 2012 20:29:06 +0000 (+0100) Subject: New module 'sqrtf-ieee'. X-Git-Tag: v0.1~1026 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=391c546da64c5b88402fd43015802a4ccd4ff374;p=gnulib.git New module 'sqrtf-ieee'. * modules/sqrtf-ieee: New file. --- diff --git a/ChangeLog b/ChangeLog index a5da2d0777..5afaa07a2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-02-27 Bruno Haible + + New module 'sqrtf-ieee'. + * modules/sqrtf-ieee: New file. + 2012-02-27 Bruno Haible remainderl-ieee: Work around test failure on OSF/1. diff --git a/modules/sqrtf-ieee b/modules/sqrtf-ieee new file mode 100644 index 0000000000..3129aac214 --- /dev/null +++ b/modules/sqrtf-ieee @@ -0,0 +1,24 @@ +Description: +sqrtf() function according to ISO C 99 with IEC 60559. + +Files: + +Depends-on: +sqrtf +fpieee + +configure.ac: + +Makefile.am: + +Include: + + +Link: +$(SQRTF_LIBM) + +License: +LGPL + +Maintainer: +Bruno Haible