From: Bruno Haible <bruno@clisp.org>
To: Aurelien Jarno <aurelien@aurel32.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/2] target/sh4: fix fabs and optimize fneg
Date: Sun, 02 Jul 2017 19:03:50 +0200 [thread overview]
Message-ID: <1900117.Shkreimp6b@omega> (raw)
In-Reply-To: <20170702163220.8039-1-aurelien@aurel32.net>
Hi Aurelien,
> This patchset should fix the bug #1701821 reported by Bruno Haible,
> which makes the gnulib testsuite to fail for single precision libm
> tests.
>
> Aurelien Jarno (2):
> target/sh4: do not check for PR bit for fabs instruction
> target/sh4: do not use a helper to implement fneg
Thanks. It fixes most of the reported issues indeed. The following tests
still fail, though:
$ ~/inst-qemu/2.9.0/bin/qemu-sh4 test-floor2
../../gltests/test-floor2.c:130: assertion 'correct_result_p (x, reference)' failed
qemu: uncaught target signal 6 (Aborted) - core dumped
$ ~/inst-qemu/2.9.0/bin/qemu-sh4 test-round2
reference implementations disagree: round(nan(nan)) = nan(nan) or 0(0x0p+0)?
$ ~/inst-qemu/2.9.0/bin/qemu-sh4 test-roundf2
reference implementations disagree: roundf(nan(nan)) = nan(nan) or 0(0x0p+0)?
But these could also be glibc bugs in the respective functions; I cannot tell.
Bruno
next prev parent reply other threads:[~2017-07-02 17:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-02 16:32 [Qemu-devel] [PATCH 0/2] target/sh4: fix fabs and optimize fneg Aurelien Jarno
2017-07-02 16:32 ` [Qemu-devel] [PATCH 1/2] target/sh4: do not check for PR bit for fabs instruction Aurelien Jarno
2017-07-02 16:32 ` [Qemu-devel] [PATCH 2/2] target/sh4: do not use a helper to implement fneg Aurelien Jarno
2017-07-02 17:03 ` Bruno Haible [this message]
2017-07-03 21:33 ` [Qemu-devel] [PATCH 0/2] target/sh4: fix fabs and optimize fneg Richard Henderson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1900117.Shkreimp6b@omega \
--to=bruno@clisp.org \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.