[Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

2012-12-31 Thread Richard Henderson
Reviewed-by: Peter Maydell Signed-off-by: Richard Henderson --- fpu/softfloat.c | 8 include/fpu/softfloat.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 20b05d4..ac3d150 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.c @@ -1

Re: [Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

2012-12-11 Thread Peter Maydell
On 11 December 2012 17:21, Richard Henderson wrote: > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

2012-12-11 Thread Richard Henderson
Signed-off-by: Richard Henderson --- fpu/softfloat.c | 8 fpu/softfloat.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 0daad0d..506defb 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.c @@ -1339,6 +1339,14 @@ float128 int64_to_float128

Re: [Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

2012-12-08 Thread Andreas Färber
Am 07.12.2012 22:52, schrieb Richard Henderson: > Signed-off-by: Richard Henderson > --- > fpu/softfloat.c | 8 > fpu/softfloat.h | 3 +++ > 2 files changed, 11 insertions(+) > > diff --git a/fpu/softfloat.c b/fpu/softfloat.c > index 62830d7..d3290d8 100644 > --- a/fpu/softfloat.c > +++

Re: [Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

2012-12-08 Thread Peter Maydell
On 7 December 2012 21:52, Richard Henderson wrote: > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 2/2] softfloat: Implement uint64_to_float128

2012-12-07 Thread Richard Henderson
Signed-off-by: Richard Henderson --- fpu/softfloat.c | 8 fpu/softfloat.h | 3 +++ 2 files changed, 11 insertions(+) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 62830d7..d3290d8 100644 --- a/fpu/softfloat.c +++ b/fpu/softfloat.c @@ -1337,6 +1337,14 @@ float128 int64_to_float128