Re: [Qemu-devel] [PATCH 03/20] softfloat: add floatx80 constants

2011-04-20 Thread Aurelien Jarno
On Tue, Apr 19, 2011 at 12:07:26PM +0100, Peter Maydell wrote: > On 18 April 2011 21:59, Aurelien Jarno wrote: > > Add floatx80 constants similarly to float32 or float64. > > > > Signed-off-by: Aurelien Jarno > > Reviewed-by: Peter Maydell > > NB: I didn't actually check you got the ln2 value

Re: [Qemu-devel] [PATCH 03/20] softfloat: add floatx80 constants

2011-04-19 Thread Peter Maydell
On 18 April 2011 21:59, Aurelien Jarno wrote: > Add floatx80 constants similarly to float32 or float64. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell NB: I didn't actually check you got the ln2 value right :-) Also for x86 these constants are stored internally with a 66 bit mant

[Qemu-devel] [PATCH 03/20] softfloat: add floatx80 constants

2011-04-18 Thread Aurelien Jarno
Add floatx80 constants similarly to float32 or float64. Signed-off-by: Aurelien Jarno --- fpu/softfloat.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 3363128..90e0c41 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@