Re: [Qemu-devel] [PATCH v2 14/20] fpu/softfloat: re-factor muladd

2018-02-13 Thread Peter Maydell
On 9 January 2018 at 12:22, Alex Bennée wrote: > 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 > Signed-off-by: Richard Henderson Reviewed-by: Peter May

[Qemu-devel] [PATCH v2 14/20] fpu/softfloat: re-factor muladd

2018-01-09 Thread Alex Bennée
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 Signed-off-by: Richard Henderson --- fpu/softfloat-specialize.h | 104 --- fpu/softfloat.c| 756 ++