Re: [Qemu-devel] [PATCH] target-arm: Set Invalid flag for NaN in float-to-int conversions

2011-04-20 Thread Aurelien Jarno
On Tue, Apr 19, 2011 at 05:30:55PM +0100, Peter Maydell wrote: > When we catch the special case of an input NaN in ARM float to int > helper functions, set the Invalid flag as well as returning the > correct result. > > Signed-off-by: Peter Maydell > --- > target-arm/helper.c |9 + >

[Qemu-devel] [PATCH] target-arm: Set Invalid flag for NaN in float-to-int conversions

2011-04-19 Thread Peter Maydell
When we catch the special case of an input NaN in ARM float to int helper functions, set the Invalid flag as well as returning the correct result. Signed-off-by: Peter Maydell --- target-arm/helper.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/target-arm/help