Re: [Qemu-devel] [PATCH v2 03/24] softfloat: Add 16 bit integer to float conversions

2014-01-06 Thread Richard Henderson
On 01/06/2014 05:11 AM, Peter Maydell wrote: > Add the float to 16 bit integer conversion routines. These can be > trivially implemented in terms of the int32_to_float* routines, but > providing them makes our API more symmetrical and can simplify callers. > > Signed-off-by: Peter Maydell > --- >

[Qemu-devel] [PATCH v2 03/24] softfloat: Add 16 bit integer to float conversions

2014-01-06 Thread Peter Maydell
Add the float to 16 bit integer conversion routines. These can be trivially implemented in terms of the int32_to_float* routines, but providing them makes our API more symmetrical and can simplify callers. Signed-off-by: Peter Maydell --- include/fpu/softfloat.h | 21 + 1 fil