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

2017-06-27 Thread Laurent Vivier
Aurélien or Peter, could you ACK this one? Thanks, Laurent Le 27/06/2017 à 00:03, Laurent Vivier a écrit : > Add a function to round a floatx80 to the defined precision > (floatx80_rounding_precision) > > Signed-off-by: Laurent Vivier > Reviewed-by: Richard Henderson > --- > fpu/softfloat.c

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

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