Re: [Qemu-devel] [PATCH 0/7] target-arm: Fix bugs in fp exception flag setting

2011-05-17 Thread Peter Maydell
On 6 May 2011 13:48, Peter Maydell wrote: > This patch series fixes a number of minor bugs in the ARM target where > we were not correctly setting the cumulative exception flags in the > FPSCR. It includes adding a new flag to softfloat indicating when a > denormal result has been flushed to zero

[Qemu-devel] [PATCH 0/7] target-arm: Fix bugs in fp exception flag setting

2011-05-06 Thread Peter Maydell
This patch series fixes a number of minor bugs in the ARM target where we were not correctly setting the cumulative exception flags in the FPSCR. It includes adding a new flag to softfloat indicating when a denormal result has been flushed to zero (as discussed previously on the list.) Tested with