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
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
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
@@