]> Savannah Git Hosting - gnulib.git/commitdiff
fmaf: Document QEMU bug
authorBruno Haible <bruno@clisp.org>
Sun, 31 Jan 2021 12:27:42 +0000 (13:27 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 31 Jan 2021 12:27:42 +0000 (13:27 +0100)
* doc/posix-functions/fmaf.texi: Add note about QEMU bug.

ChangeLog
doc/posix-functions/fmaf.texi

index be461188c193cec49a821ad10fa39c8821d0dce2..412674ea8e06664caebb510a68ce3f68229fcb93 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-31  Bruno Haible  <bruno@clisp.org>
+
+       fmaf: Document QEMU bug.
+       * doc/posix-functions/fmaf.texi: Add note about QEMU bug.
+
 2021-01-31  Bruno Haible  <bruno@clisp.org>
 
        remainderl: Work around musl libc bug.
index 1e0d34a11dcef9141cf90ecbd2571a895af40774..3551d19999564de69a48fc6a7671a0cb6fa00dda 100644 (file)
@@ -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