Re: [Qemu-devel] [PATCH v2 06/20] include/fpu/softfloat: add some float16 constants

2018-01-12 Thread Peter Maydell
On 9 January 2018 at 12:22, Alex Bennée wrote: > This defines the same set of common constants for float 16 as defined > for 32 and 64 bit floats. These are often used by target helper > functions. I've also removed constants that are not used by anybody. > > Signed-off-by: Alex Bennée With the

Re: [Qemu-devel] [PATCH v2 06/20] include/fpu/softfloat: add some float16 constants

2018-01-09 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Hi Alex, > > On 01/09/2018 09:22 AM, Alex Bennée wrote: >> This defines the same set of common constants for float 16 as defined >> for 32 and 64 bit floats. These are often used by target helper >> functions. I've also removed constants that are not used by anyb

Re: [Qemu-devel] [PATCH v2 06/20] include/fpu/softfloat: add some float16 constants

2018-01-09 Thread Philippe Mathieu-Daudé
Hi Alex, On 01/09/2018 09:22 AM, Alex Bennée wrote: > This defines the same set of common constants for float 16 as defined > for 32 and 64 bit floats. These are often used by target helper > functions. I've also removed constants that are not used by anybody. > > Signed-off-by: Alex Bennée > >

[Qemu-devel] [PATCH v2 06/20] include/fpu/softfloat: add some float16 constants

2018-01-09 Thread Alex Bennée
This defines the same set of common constants for float 16 as defined for 32 and 64 bit floats. These are often used by target helper functions. I've also removed constants that are not used by anybody. Signed-off-by: Alex Bennée --- v2 - fixup constants, remove unused onces --- include/fpu/s