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

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

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