Re: [Qemu-devel] [RFC PATCH 07/30] fpu/softfloat: implement float16_abs helper

2017-10-13 Thread Richard Henderson
On 10/13/2017 09:24 AM, Alex Bennée wrote: > This will be required when expanding the MINMAX() macro for 16 > bit/half-precision operations. > > Signed-off-by: Alex Bennée > --- > include/fpu/softfloat.h | 7 +++ > 1 file changed, 7 insertions(+) Reviewed-by: Richard Henderson > +retu

[Qemu-devel] [RFC PATCH 07/30] fpu/softfloat: implement float16_abs helper

2017-10-13 Thread Alex Bennée
This will be required when expanding the MINMAX() macro for 16 bit/half-precision operations. Signed-off-by: Alex Bennée --- include/fpu/softfloat.h | 7 +++ 1 file changed, 7 insertions(+) diff --git a/include/fpu/softfloat.h b/include/fpu/softfloat.h index d5e99667b6..edf402d422 100644 --