All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1761401] [NEW] ARM/Neon: vcvt rounding error
@ 2018-04-05  8:00 Christophe Lyon
  2018-04-10 15:50 ` [Qemu-devel] [Bug 1761401] " Peter Maydell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christophe Lyon @ 2018-04-05  8:00 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Hello,

While using QEMU commit 47d3b60858d90ac8a0cc3a72af7f95c96781125a (March
28, 2018), I've noticed failures in one of the GCC ARM/Neon tests. The
test passes on hardware, and with QEMU-2.11.0, so it looks like a recent
regression.

The test builds a vector of 4 float32 with "125.9" as value, then converts them to 4 uint32_t.
The expected result is 125, but we get 126 instead.

Maybe it's just a matter of default rounding mode?

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1761401

Title:
  ARM/Neon: vcvt rounding error

Status in QEMU:
  New

Bug description:
  Hello,

  While using QEMU commit 47d3b60858d90ac8a0cc3a72af7f95c96781125a
  (March 28, 2018), I've noticed failures in one of the GCC ARM/Neon
  tests. The test passes on hardware, and with QEMU-2.11.0, so it looks
  like a recent regression.

  The test builds a vector of 4 float32 with "125.9" as value, then converts them to 4 uint32_t.
  The expected result is 125, but we get 126 instead.

  Maybe it's just a matter of default rounding mode?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1761401/+subscriptions

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

* [Qemu-devel] [Bug 1761401] Re: ARM/Neon: vcvt rounding error
  2018-04-05  8:00 [Qemu-devel] [Bug 1761401] [NEW] ARM/Neon: vcvt rounding error Christophe Lyon
@ 2018-04-10 15:50 ` Peter Maydell
  2018-04-12 14:46 ` Christophe Lyon
  2018-04-26 10:38 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Maydell @ 2018-04-10 15:50 UTC (permalink / raw)
  To: qemu-devel

Hi Christophe -- we think that commit bd49e6027cbc207c, now in master,
should have fixed this bug. Could you retry your testcase with a QEMU
build including that fix?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1761401

Title:
  ARM/Neon: vcvt rounding error

Status in QEMU:
  New

Bug description:
  Hello,

  While using QEMU commit 47d3b60858d90ac8a0cc3a72af7f95c96781125a
  (March 28, 2018), I've noticed failures in one of the GCC ARM/Neon
  tests. The test passes on hardware, and with QEMU-2.11.0, so it looks
  like a recent regression.

  The test builds a vector of 4 float32 with "125.9" as value, then converts them to 4 uint32_t.
  The expected result is 125, but we get 126 instead.

  Maybe it's just a matter of default rounding mode?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1761401/+subscriptions

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

* [Qemu-devel] [Bug 1761401] Re: ARM/Neon: vcvt rounding error
  2018-04-05  8:00 [Qemu-devel] [Bug 1761401] [NEW] ARM/Neon: vcvt rounding error Christophe Lyon
  2018-04-10 15:50 ` [Qemu-devel] [Bug 1761401] " Peter Maydell
@ 2018-04-12 14:46 ` Christophe Lyon
  2018-04-26 10:38 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Christophe Lyon @ 2018-04-12 14:46 UTC (permalink / raw)
  To: qemu-devel

I updated my QEMU git tree such that it includes commit
bd49e6027cbc207c, and the test now passes.

Thanks for the prompt fix!


** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1761401

Title:
  ARM/Neon: vcvt rounding error

Status in QEMU:
  Fix Committed

Bug description:
  Hello,

  While using QEMU commit 47d3b60858d90ac8a0cc3a72af7f95c96781125a
  (March 28, 2018), I've noticed failures in one of the GCC ARM/Neon
  tests. The test passes on hardware, and with QEMU-2.11.0, so it looks
  like a recent regression.

  The test builds a vector of 4 float32 with "125.9" as value, then converts them to 4 uint32_t.
  The expected result is 125, but we get 126 instead.

  Maybe it's just a matter of default rounding mode?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1761401/+subscriptions

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

* [Qemu-devel] [Bug 1761401] Re: ARM/Neon: vcvt rounding error
  2018-04-05  8:00 [Qemu-devel] [Bug 1761401] [NEW] ARM/Neon: vcvt rounding error Christophe Lyon
  2018-04-10 15:50 ` [Qemu-devel] [Bug 1761401] " Peter Maydell
  2018-04-12 14:46 ` Christophe Lyon
@ 2018-04-26 10:38 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2018-04-26 10:38 UTC (permalink / raw)
  To: qemu-devel

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1761401

Title:
  ARM/Neon: vcvt rounding error

Status in QEMU:
  Fix Released

Bug description:
  Hello,

  While using QEMU commit 47d3b60858d90ac8a0cc3a72af7f95c96781125a
  (March 28, 2018), I've noticed failures in one of the GCC ARM/Neon
  tests. The test passes on hardware, and with QEMU-2.11.0, so it looks
  like a recent regression.

  The test builds a vector of 4 float32 with "125.9" as value, then converts them to 4 uint32_t.
  The expected result is 125, but we get 126 instead.

  Maybe it's just a matter of default rounding mode?

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1761401/+subscriptions

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

end of thread, other threads:[~2018-04-26 10:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05  8:00 [Qemu-devel] [Bug 1761401] [NEW] ARM/Neon: vcvt rounding error Christophe Lyon
2018-04-10 15:50 ` [Qemu-devel] [Bug 1761401] " Peter Maydell
2018-04-12 14:46 ` Christophe Lyon
2018-04-26 10:38 ` Thomas Huth

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.