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

2011-05-23 Thread Aurelien Jarno
On Thu, May 19, 2011 at 02:46:13PM +0100, 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 b

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

2011-05-19 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