Re: [Qemu-devel] [PATCH 06/20] softfloat: add floatx80_compare*() functions

2011-04-19 Thread Peter Maydell
On 18 April 2011 21:59, Aurelien Jarno wrote: > Add floatx80_compare() and floatx80_compare_quiet() functions to match > the softfloat-native ones. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell

[Qemu-devel] [PATCH 06/20] softfloat: add floatx80_compare*() functions

2011-04-18 Thread Aurelien Jarno
Add floatx80_compare() and floatx80_compare_quiet() functions to match the softfloat-native ones. Signed-off-by: Aurelien Jarno --- fpu/softfloat.c | 46 ++ fpu/softfloat.h |2 ++ 2 files changed, 48 insertions(+), 0 deletions(-) diff --git a/fp