On Tue, Nov 23, 2010 at 06:53:49PM +0000, Peter Maydell wrote: > The ARM architecture needs float/double to 16 bit integer conversions. > (The 32 bit versions aren't sufficient because of the requirement > to saturate at 16 bit MAXINT/MININT and to get the exception bits right.) > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
Reviewed-by: Nathan Froyd <froy...@codesourcery.com> -Nathan