Re: [Qemu-devel] [PATCH 5/7] softfloat: define floatx80_round()

2017-06-26 Thread Richard Henderson
On 06/25/2017 12:21 PM, Laurent Vivier wrote: Add a function to round a floatx80 to the defined precision (floatx80_rounding_precision) Signed-off-by: Laurent Vivier --- fpu/softfloat.c | 15 +++ include/fpu/softfloat.h | 1 + 2 files changed, 16 insertions(+) Reviewed

Re: [Qemu-devel] [PATCH 5/7] softfloat: define floatx80_round()

2017-06-26 Thread Richard Henderson
On 06/25/2017 12:21 PM, Laurent Vivier wrote: Add a function to round a floatx80 to the defined precision (floatx80_rounding_precision) Signed-off-by: Laurent Vivier --- fpu/softfloat.c | 15 +++ include/fpu/softfloat.h | 1 + 2 files changed, 16 insertions(+) Reviewed

[Qemu-devel] [PATCH 5/7] softfloat: define floatx80_round()

2017-06-25 Thread Laurent Vivier
Add a function to round a floatx80 to the defined precision (floatx80_rounding_precision) Signed-off-by: Laurent Vivier --- fpu/softfloat.c | 15 +++ include/fpu/softfloat.h | 1 + 2 files changed, 16 insertions(+) diff --git a/fpu/softfloat.c b/fpu/softfloat.c index 7af14e