Re: [Qemu-devel] [PATCH v1 17/19] fpu/softfloat: re-factor scalbn
On 12/11/2017 04:57 AM, 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 > --- > fpu/softfloat.c | 104 > +++- > include/fpu/softfloat.h | 1 + > 2 file
[Qemu-devel] [PATCH v1 17/19] fpu/softfloat: re-factor scalbn
This is one of the simpler manipulations you could make to a floating point number. Signed-off-by: Alex Bennée --- fpu/softfloat.c | 104 +++- include/fpu/softfloat.h | 1 + 2 files changed, 32 insertions(+), 73 deletions(-) diff --git a/fpu