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 <peter.mayd...@linaro.org> > --- > include/fpu/softfloat.h | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~