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

2017-06-27 Thread Aurelien Jarno
On 2017-06-27 21:12, Laurent Vivier wrote: > 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 +++

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

2017-06-27 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