Re: [Qemu-devel] [PATCH v2 04/20] softfloat: add pi constants

2011-04-20 Thread Peter Maydell
On 20 April 2011 11:11, Aurelien Jarno wrote: > Add a pi constant for float32, float64, floatx80. It will be used by > target-i386 and later by the trigonometric functions. > > Signed-off-by: Aurelien Jarno > --- >  fpu/softfloat.h |    3 +++ >  1 files changed, 3 insertions(+), 0 deletions(-) >

[Qemu-devel] [PATCH v2 04/20] softfloat: add pi constants

2011-04-20 Thread Aurelien Jarno
Add a pi constant for float32, float64, floatx80. It will be used by target-i386 and later by the trigonometric functions. Signed-off-by: Aurelien Jarno --- fpu/softfloat.h |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) v1 -> v2: fix typo creating a float64 constant with make_floa