Re: [Qemu-devel] [PATCH v2 18/20] fpu/softfloat: re-factor scalbn

2018-01-24 Thread Alex Bennée
Peter Maydell writes: > On 9 January 2018 at 12:22, Alex Bennée wrote: >> This is one of the simpler manipulations you could make to a floating >> point number. >> >> Signed-off-by: Alex Bennée >> Reviewed-by: Richard Henderson >> --- >> fpu/softfloat.c | 104 >> +++-

Re: [Qemu-devel] [PATCH v2 18/20] fpu/softfloat: re-factor scalbn

2018-01-12 Thread Peter Maydell
On 9 January 2018 at 12:22, Alex Bennée wrote: > This is one of the simpler manipulations you could make to a floating > point number. > > Signed-off-by: Alex Bennée > Reviewed-by: Richard Henderson > --- > fpu/softfloat.c | 104 > +++- > inc

[Qemu-devel] [PATCH v2 18/20] fpu/softfloat: re-factor scalbn

2018-01-09 Thread Alex Bennée
This is one of the simpler manipulations you could make to a floating point number. Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson --- fpu/softfloat.c | 104 +++- include/fpu/softfloat.h | 1 + 2 files changed, 32 insertions(+), 7