Re: [Qemu-devel] [RFC PATCH 05/30] softfloat: implement propagateFloat16NaN

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 > --- > fpu/softfloat-specialize.h | 43 +++ > 1 file changed, 43 insertions(+) Rev

[Qemu-devel] [RFC PATCH 05/30] softfloat: implement propagateFloat16NaN

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 --- fpu/softfloat-specialize.h | 43 +++ 1 file changed, 43 insertions(+) diff --git a/fpu/softfloat-specialize.h b/fpu/softfloat-spec