All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] target/sh4: fix fabs and optimize fneg
@ 2017-07-02 16:32 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
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aurelien Jarno @ 2017-07-02 16:32 UTC (permalink / raw)
  To: qemu-devel; +Cc: Bruno Haible, Aurelien Jarno

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

 target/sh4/helper.h    |  3 ---
 target/sh4/op_helper.c | 15 ---------------
 target/sh4/translate.c | 20 +++++---------------
 3 files changed, 5 insertions(+), 33 deletions(-)

-- 
2.11.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-07-03 21:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] [PATCH 0/2] target/sh4: fix fabs and optimize fneg Bruno Haible
2017-07-03 21:33 ` Richard Henderson

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.