Re: [Qemu-devel] [PATCH v1 14/19] fpu/softfloat: re-factor round_to_int

2017-12-18 Thread Richard Henderson
On 12/11/2017 04:57 AM, Alex Bennée wrote: > We can now add float16_round_to_int and use the common round_decomposed and > canonicalize functions to have a single implementation for > float16/32/64 round_to_int functions. > > Signed-off-by: Alex Bennée > --- > fpu/softfloat.c | 304 > ++

[Qemu-devel] [PATCH v1 14/19] fpu/softfloat: re-factor round_to_int

2017-12-11 Thread Alex Bennée
We can now add float16_round_to_int and use the common round_decomposed and canonicalize functions to have a single implementation for float16/32/64 round_to_int functions. Signed-off-by: Alex Bennée --- fpu/softfloat.c | 304 include/fpu/