Re: [Qemu-devel] [PATCH v1 13/19] fpu/softfloat: re-factor muladd
On 12/11/2017 04:56 AM, Alex Bennée wrote: > +if (flags & float_muladd_halve_result) { > +p_exp -= 1; > +} Indent. Otherwise, I was involved in writing this, so Signed-off-by: Richard Henderson r~
[Qemu-devel] [PATCH v1 13/19] fpu/softfloat: re-factor muladd
We can now add float16_muladd and use the common decompose and canonicalize functions to have a single implementation for float16/32/64 muladd functions. Signed-off-by: Alex Bennée --- fpu/softfloat-specialize.h | 104 --- fpu/softfloat.c| 756 +---