qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] softfloat: Fix division
@ 2018-10-04 17:56 Richard Henderson
  2018-10-04 17:56 ` [Qemu-devel] [PATCH v3 1/4] " Richard Henderson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Richard Henderson @ 2018-10-04 17:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: alex.bennee, cota

Changes from v2:
  * Add shift128Left.  I had been using shortShift128Left,
    with a shift of 64, which lead to undefined behaviour.
    Which I suspect is exactly the Heisenbug Alex saw.

    I did keep the R-b tags I had already applied.


r~


Richard Henderson (4):
  softfloat: Fix division
  softfloat: Specialize udiv_qrnnd for x86_64
  softfloat: Specialize udiv_qrnnd for s390x
  softfloat: Specialize udiv_qrnnd for ppc64

 include/fpu/softfloat-macros.h | 62 +++++++++++++++++++++++++++++-----
 fpu/softfloat.c                | 35 ++++++++++++++-----
 2 files changed, 80 insertions(+), 17 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-10-05 15:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-04 17:56 [Qemu-devel] [PATCH v3 0/4] softfloat: Fix division Richard Henderson
2018-10-04 17:56 ` [Qemu-devel] [PATCH v3 1/4] " Richard Henderson
2018-10-04 17:56 ` [Qemu-devel] [PATCH v3 2/4] softfloat: Specialize udiv_qrnnd for x86_64 Richard Henderson
2018-10-04 17:56 ` [Qemu-devel] [PATCH v3 3/4] softfloat: Specialize udiv_qrnnd for s390x Richard Henderson
2018-10-04 17:57 ` [Qemu-devel] [PATCH v3 4/4] softfloat: Specialize udiv_qrnnd for ppc64 Richard Henderson
2018-10-05 15:59 ` [Qemu-devel] [PATCH v3 0/4] softfloat: Fix division Alex Bennée

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).