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,
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
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 se