New module 'fmaf-ieee'.
authorBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 16:08:28 +0000 (17:08 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 26 Feb 2012 16:08:28 +0000 (17:08 +0100)
* modules/fmaf-ieee: New file.

ChangeLog
modules/fmaf-ieee [new file with mode: 0644]

index 0473e3a..7ff8923 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-02-26  Bruno Haible  <bruno@clisp.org>
 
+       New module 'fmaf-ieee'.
+       * modules/fmaf-ieee: New file.
+
+2012-02-26  Bruno Haible  <bruno@clisp.org>
+
        Tests for module 'ldexpl-ieee'.
        * modules/ldexpl-ieee-tests: New file.
        * tests/test-ldexpl-ieee.c: New file.
diff --git a/modules/fmaf-ieee b/modules/fmaf-ieee
new file mode 100644 (file)
index 0000000..582b589
--- /dev/null
@@ -0,0 +1,24 @@
+Description:
+fmaf() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+fmaf
+fpieee
+
+configure.ac:
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(FMAF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible