From: Bruno Haible Date: Sun, 31 Jan 2021 12:27:42 +0000 (+0100) Subject: fmaf: Document QEMU bug X-Git-Tag: v1.0~3100 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=7b9b52a92f711b76d3a191d67255fb5d7fabc443;p=gnulib.git fmaf: Document QEMU bug * doc/posix-functions/fmaf.texi: Add note about QEMU bug. --- diff --git a/ChangeLog b/ChangeLog index be461188c1..412674ea8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-01-31 Bruno Haible + + fmaf: Document QEMU bug. + * doc/posix-functions/fmaf.texi: Add note about QEMU bug. + 2021-01-31 Bruno Haible remainderl: Work around musl libc bug. diff --git a/doc/posix-functions/fmaf.texi b/doc/posix-functions/fmaf.texi index 1e0d34a11d..3551d19999 100644 --- a/doc/posix-functions/fmaf.texi +++ b/doc/posix-functions/fmaf.texi @@ -18,4 +18,8 @@ glibc 2.11, Mac OS X 10.5, FreeBSD 6.4/x86, FreeBSD 12.2/arm, Cygwin 1.5, mingw. Portability problems not fixed by Gnulib: @itemize +@item +This function produces wrong results on some platforms: +musl libc/powerpc64le when emulated by QEMU 5.0.0. +@c https://bugs.launchpad.net/qemu/+bug/1912934 @end itemize