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

2018-01-09 Thread Richard Henderson
On 01/09/2018 04:22 AM, Alex Bennée wrote: > The compare function was already expanded from a macro. I keep the > macro expansion but move most of the logic into a compare_decomposed. > > Signed-off-by: Alex Bennée > > --- > v2 > - minor re-factor for better inf handling > --- > fpu/softfloat

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

2018-01-09 Thread Alex Bennée
The compare function was already expanded from a macro. I keep the macro expansion but move most of the logic into a compare_decomposed. Signed-off-by: Alex Bennée --- v2 - minor re-factor for better inf handling --- fpu/softfloat.c | 134 +-