Re: [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding

2011-04-12 Thread Aurelien Jarno
On Tue, Apr 12, 2011 at 01:56:39PM +0100, Peter Maydell wrote: > Softfloat supports two kinds of FP tininess detection: before and > after rounding (corresponding to the two behaviours permitted by > IEEE754). The ARM architecture mandates detection before rounding, > so set the flag appropriately.

[Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding

2011-04-12 Thread Peter Maydell
Softfloat supports two kinds of FP tininess detection: before and after rounding (corresponding to the two behaviours permitted by IEEE754). The ARM architecture mandates detection before rounding, so set the flag appropriately. I had to add a setter function for this, since there wasn't one alread