On Tue, 23 Jun 2020, Paolo Bonzini wrote:
> On 23/06/20 02:01, Joseph Myers wrote:
> > The x87 fpatan emulation is currently based around conversion to
> > double. This is inherently unsuitable for a good emulation of any
> > floatx80 operation. Reimplement using the soft-float operations, as
>
Patchew URL:
https://patchew.org/QEMU/alpine.deb.2.21.200623340.24...@digraph.polyomino.org.uk/
Hi,
This series failed the asan build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN =
Patchew URL:
https://patchew.org/QEMU/alpine.deb.2.21.200623340.24...@digraph.polyomino.org.uk/
Hi,
This series failed the docker-quick@centos7 build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TE
Patchew URL:
https://patchew.org/QEMU/alpine.deb.2.21.200623340.24...@digraph.polyomino.org.uk/
Hi,
This series failed the docker-mingw@fedora build test. Please find the testing
commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TES
On 23/06/20 02:01, Joseph Myers wrote:
> The x87 fpatan emulation is currently based around conversion to
> double. This is inherently unsuitable for a good emulation of any
> floatx80 operation. Reimplement using the soft-float operations, as
> for other such instructions.
>
> Signed-off-by: Jo
On 23/06/20 02:01, Joseph Myers wrote:
> The x87 fpatan emulation is currently based around conversion to
> double. This is inherently unsuitable for a good emulation of any
> floatx80 operation. Reimplement using the soft-float operations, as
> for other such instructions.
>
> Signed-off-by: Jo
The x87 fpatan emulation is currently based around conversion to
double. This is inherently unsuitable for a good emulation of any
floatx80 operation. Reimplement using the soft-float operations, as
for other such instructions.
Signed-off-by: Joseph Myers
---
Changes in version 2: adjust the