Re: [PATCH 0/2] target/i386: SSE floating-point fixes

2020-06-26 Thread Paolo Bonzini
On 26/06/20 01:57, Joseph Myers wrote: > Fix some issues relating to SSE floating-point emulation. The first > patch fixes a problem with the handling of the FTZ bit that was found > through the testcase written for the second patch. Rather than > writing a separate standalone test for that bug,

Re: [PATCH 0/2] target/i386: SSE floating-point fixes

2020-06-25 Thread no-reply
Patchew URL: https://patchew.org/QEMU/alpine.deb.2.21.2006252355430.3...@digraph.polyomino.org.uk/ Hi, This series seems to have some coding style problems. See output below for more information: Subject: [PATCH 0/2] target/i386: SSE floating-point fixes Type: series Message-id: alpine.deb

[PATCH 0/2] target/i386: SSE floating-point fixes

2020-06-25 Thread Joseph Myers
Fix some issues relating to SSE floating-point emulation. The first patch fixes a problem with the handling of the FTZ bit that was found through the testcase written for the second patch. Rather than writing a separate standalone test for that bug, it seemed sufficient for the testcase in the