New module 'fma'.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Oct 2011 21:48:01 +0000 (23:48 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Nov 2011 01:36:13 +0000 (02:36 +0100)
commitcebba9faecfecedf8378a06f46823166e3b4374a
tree529c376ba045f92fa277004707adb2654ec0a76e
parent033959855c5e21448d746a88fe6688970eef3622
New module 'fma'.

* lib/math.in.h (fma): New declaration.
* lib/fma.c: New file.
* m4/fma.m4: New file.
* m4/fegetround.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whethern fma is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_FMA, HAVE_FMA, REPLACE_FMA.
* modules/math (Makefile.am): Substitute GNULIB_FMA, HAVE_FMA,
REPLACE_FMA.
* modules/fma: New file.
* doc/posix-functions/fma.texi: Mention the new module and the various
bugs.
ChangeLog
doc/posix-functions/fma.texi
lib/fma.c [new file with mode: 0644]
lib/math.in.h
m4/fegetround.m4 [new file with mode: 0644]
m4/fma.m4 [new file with mode: 0644]
m4/math_h.m4
modules/fma [new file with mode: 0644]
modules/math