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

2018-01-09 Thread Richard Henderson
On 01/09/2018 04:22 AM, Alex Bennée wrote: > Let's do the same re-factor treatment for minmax functions. I still > use the MACRO trick to expand but now all the checking code is common. > > Signed-off-by: Alex Bennée > > --- > v2 > - minor indentation fix > --- > fpu/softfloat.c | 239

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

2018-01-09 Thread Alex Bennée
Let's do the same re-factor treatment for minmax functions. I still use the MACRO trick to expand but now all the checking code is common. Signed-off-by: Alex Bennée --- v2 - minor indentation fix --- fpu/softfloat.c | 239 ++-- include/fpu/