New module 'fmaf'.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Oct 2011 21:51:21 +0000 (23:51 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 6 Nov 2011 01:36:24 +0000 (02:36 +0100)
commite657a45c9599559dead7bbadb320764d7362d209
tree361b178bd7b1866ae19f819db53877eb7d626127
parentb8d5f042e8a565bab1d73a5d7f56db342ae51451
New module 'fmaf'.

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